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 11d6c60 commit 03b7e84Copy full SHA for 03b7e84
src/lib/chips/chips.md
@@ -46,7 +46,7 @@ An example of chip input placed outside the chip-list element.
46
<mat-chip>Chip 1</mat-chip>
47
<mat-chip>Chip 2</mat-chip>
48
</mat-chip-list>
49
- <input matChipInputFor="chipList">
+ <input [matChipInputFor]="chipList">
50
</mat-form-field>
51
```
52
0 commit comments