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 d66284d commit 345a1a3Copy full SHA for 345a1a3
src/lib/chips/chips.md
@@ -43,8 +43,8 @@ An example of chip input placed outside the chip-list element.
43
```html
44
<mat-form-field>
45
<mat-chip-list #chipList>
46
- <mat-chip>Chip 1<mat-chip>
47
- <mat-chip>Chip 2<mat-chip>
+ <mat-chip>Chip 1</mat-chip>
+ <mat-chip>Chip 2</mat-chip>
48
</mat-chip-list>
49
<input matChipInputFor="chipList">
50
</mat-form-field>
0 commit comments