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>
184
184
</ button >
185
185
</ mat-chip-row >
186
186
}
187
+ < input [disabled] ="disableInputs "
188
+ [matChipInputFor] ="chipGrid1 "
189
+ [matChipInputSeparatorKeyCodes] ="separatorKeysCodes "
190
+ [matChipInputAddOnBlur] ="addOnBlur "
191
+ (matChipInputTokenEnd) ="add($event) "
192
+ ariaLabel ="New contributor input... " />
187
193
</ mat-chip-grid >
188
194
< input [disabled] ="disableInputs "
189
195
[matChipInputFor] ="chipGrid1 "
@@ -209,8 +215,7 @@ <h4>Input is next sibling child of chip grid</h4>
209
215
< input [matChipInputFor] ="chipGrid2 "
210
216
[matChipInputSeparatorKeyCodes] ="separatorKeysCodes "
211
217
[matChipInputAddOnBlur] ="addOnBlur "
212
- (matChipInputTokenEnd) ="add($event) "
213
- ariaLabel ="New contributor input... " />
218
+ (matChipInputTokenEnd) ="add($event) "/>
214
219
</ mat-form-field >
215
220
216
221
< p >
You can’t perform that action at this time.
0 commit comments