ChipGroup
Use the ChipGroup to group multiple Chip components in an expandable
container.
Changes to ChipGroup. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- The "Show more" / "Show less" trigger now uses
InlineButton: its height is content-sized. While loading, the trigger now correctly blocks clicks and setsaria-busy/aria-disabled. (APPDEV-18948)
3.13.0
Updates
- Focus is now moved to the first chip revealed after "Show more" is clicked, improving accessibility. (APPDEV-19291)
3.5.0
Updates
- When the user selects "Show more", the focus remains on the control so they can easily select "Show less". (APPDEV-17212)
- Made the "Show more" and "Show less" controls properly show the focus ring on keyboard focus. (APPDEV-17403)
3.4.0
Updates
- The expand/collapse control button now correctly references the chip group via
aria-controls. - The
Show morecontrol no longer remains visible after all chips are removed. (APPDEV-11526) - Dynamically-added chips no longer flash visibly before being hidden behind the
Show morecontrol. (APPDEV-11526)