Skip to content

Commit 2347f5b

Browse files
ppham27andrewseguin
authored andcommitted
demo(chips): Set addOnBlur for both inputs (#7812)
It's confusing to only have addOnBlur work for one example.
1 parent 90fdacf commit 2347f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/chips/chips-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h4>Form Field</h4>
5858
<input placeholder="New Contributor..."
5959
[matChipInputFor]="chipList1"
6060
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
61-
[matChipInputAddOnBlur]="false"
61+
[matChipInputAddOnBlur]="addOnBlur"
6262
(matChipInputTokenEnd)="add($event)" />
6363
</mat-chip-list>
6464
</mat-form-field>

0 commit comments

Comments
 (0)