Selection Mode

The ChipList provides options for different selection modes. The supported selection modes are single, multiple or none(default).

Default Selection

The ChipList component supports initial selection of specified chip items. This can be achieved by using the defaultValue property and specifying the values for the initial selection.

Example
View Source
Change Theme:

None Selection

To set the selection mode of the ChipList to none and disable all selections leave the default selection value which is set to none or set it manually - selection property to be equal to none.

Example
View Source
Change Theme:

Single Selection

To enable the single selection mode of the ChipList set the selection property to be equal to single.

Example
View Source
Change Theme:

Multiple Selection

To enable the multiple selection mode of the ChipList set the selection property to be equal to multiple.

Example
View Source
Change Theme: