Skip to content

Commit acfc24c

Browse files
authored
docs(material/chips): review migration guide (#25826)
Review the migration guide for chips and add more detail to choosing the correct chips component to use.
1 parent ee2439c commit acfc24c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

guides/v15-mdc-migration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ DOM and CSS of the components, you may need to tweak some of your application's
267267
* After toggling a checkbox with the mouse, the ripple will remain visible instead of animating out.
268268

269269
### Chips
270-
<!-- TODO(zarend): review -->
271270

272271
* The chips component has been split into multiple variants corresponding with more appropriate
273272
interaction patterns for accessibility. The original `mat-chip-list` used `role="listbox"`, but
@@ -286,8 +285,10 @@ DOM and CSS of the components, you may need to tweak some of your application's
286285
accessibility pattern with the chips visuals.
287286

288287
* The migration tool always changes the legacy `<mat-chip-list>` to `<mat-chip-listbox>` to minimize
289-
differences before and after. You should separately consider changing to `<mat-chip-grid>` on a
290-
case-by-case basis.
288+
differences before and after. You should separately consider changing to `<mat-chip-grid>` or
289+
`<mat-chip-set>` on a case-by-case basis. See [Chips Interaction Patterns](
290+
/components/chips/overview#interaction-patterns) for more guidence on
291+
choosing the appropriate component for your use case.
291292

292293
### Dialog
293294

0 commit comments

Comments
 (0)