Skip to content

Commit

Permalink
fix(material/chips): fixed chips-avatar-example since using mat-chip …
Browse files Browse the repository at this point in the history
…inside mat-chip-listbox is unsupported (angular#28210)
  • Loading branch information
felhag committed Dec 28, 2023
1 parent 230bdb5 commit 3c5f8d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-chip-listbox aria-label="Dog selection">
<mat-chip-set aria-label="Dog selection">
<mat-chip>
<img matChipAvatar src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
Dog one
Expand All @@ -11,4 +11,4 @@
<img matChipAvatar src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
Dog three
</mat-chip>
</mat-chip-listbox>
</mat-chip-set>

0 comments on commit 3c5f8d3

Please sign in to comment.