Skip to content

Commit 03b7e84

Browse files
ni-kitmmalerba
authored andcommitted
docs(chips): Property binding (#8839)
Added property binding to chips example code to prevent runtime error.
1 parent 11d6c60 commit 03b7e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chips/chips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An example of chip input placed outside the chip-list element.
4646
<mat-chip>Chip 1</mat-chip>
4747
<mat-chip>Chip 2</mat-chip>
4848
</mat-chip-list>
49-
<input matChipInputFor="chipList">
49+
<input [matChipInputFor]="chipList">
5050
</mat-form-field>
5151
```
5252

0 commit comments

Comments
 (0)