File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,12 @@ <h4>Input is last child of chip grid</h4>
184184 </ button >
185185 </ mat-chip-row >
186186 }
187+ < input [disabled] ="disableInputs "
188+ [matChipInputFor] ="chipGrid1 "
189+ [matChipInputSeparatorKeyCodes] ="separatorKeysCodes "
190+ [matChipInputAddOnBlur] ="addOnBlur "
191+ (matChipInputTokenEnd) ="add($event) "
192+ ariaLabel ="New contributor input... " />
187193 </ mat-chip-grid >
188194 < input [disabled] ="disableInputs "
189195 [matChipInputFor] ="chipGrid1 "
@@ -209,8 +215,7 @@ <h4>Input is next sibling child of chip grid</h4>
209215 < input [matChipInputFor] ="chipGrid2 "
210216 [matChipInputSeparatorKeyCodes] ="separatorKeysCodes "
211217 [matChipInputAddOnBlur] ="addOnBlur "
212- (matChipInputTokenEnd) ="add($event) "
213- ariaLabel ="New contributor input... " />
218+ (matChipInputTokenEnd) ="add($event) "/>
214219 </ mat-form-field >
215220
216221 < p >
You can’t perform that action at this time.
0 commit comments