We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4186f74 commit 910aed3Copy full SHA for 910aed3
src/components-examples/material/chips/chips-input/chips-input-example.html
@@ -17,12 +17,12 @@
17
</button>
18
</mat-chip-row>
19
}
20
- <input
21
- placeholder="New fruit..."
22
- [matChipInputFor]="chipGrid"
23
- [matChipInputSeparatorKeyCodes]="separatorKeysCodes"
24
- [matChipInputAddOnBlur]="addOnBlur"
25
- (matChipInputTokenEnd)="add($event)"
26
- />
27
</mat-chip-grid>
+ <input
+ placeholder="New fruit..."
+ [matChipInputFor]="chipGrid"
+ [matChipInputSeparatorKeyCodes]="separatorKeysCodes"
+ [matChipInputAddOnBlur]="addOnBlur"
+ (matChipInputTokenEnd)="add($event)"
+ />
28
</mat-form-field>
0 commit comments