We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fdacf commit 2347f5bCopy full SHA for 2347f5b
src/demo-app/chips/chips-demo.html
@@ -58,7 +58,7 @@ <h4>Form Field</h4>
58
<input placeholder="New Contributor..."
59
[matChipInputFor]="chipList1"
60
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
61
- [matChipInputAddOnBlur]="false"
+ [matChipInputAddOnBlur]="addOnBlur"
62
(matChipInputTokenEnd)="add($event)" />
63
</mat-chip-list>
64
</mat-form-field>
0 commit comments