New to Kendo UI for Vue? Start a free 30-day trial

Selection Mode

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

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: