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 53b0660 commit d3552b7Copy full SHA for d3552b7
src/components-examples/material/chips/chips-avatar/chips-avatar-example.html
@@ -1,4 +1,4 @@
1
-<mat-chip-listbox aria-label="Dog selection">
+<mat-chip-set aria-label="Dog selection">
2
<mat-chip>
3
<img matChipAvatar src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
4
Dog one
@@ -11,4 +11,4 @@
11
12
Dog three
13
</mat-chip>
14
-</mat-chip-listbox>
+</mat-chip-set>
0 commit comments