Skip to content

Commit

Permalink
demo(chips): Set addOnBlur for both inputs (#7812)
Browse files Browse the repository at this point in the history
It's confusing to only have addOnBlur work for one example.
  • Loading branch information
ppham27 authored and andrewseguin committed Nov 2, 2017
1 parent 90fdacf commit 2347f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/chips/chips-demo.html
Expand Up @@ -58,7 +58,7 @@ <h4>Form Field</h4>
<input placeholder="New Contributor..."
[matChipInputFor]="chipList1"
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
[matChipInputAddOnBlur]="false"
[matChipInputAddOnBlur]="addOnBlur"
(matChipInputTokenEnd)="add($event)" />
</mat-chip-list>
</mat-form-field>
Expand Down

0 comments on commit 2347f5b

Please sign in to comment.