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
.
Change Theme
Theme
Loading ...
Single Selection
To enable the single selection mode of the ChipList set the selection
property to be equal to single
.
Change Theme
Theme
Loading ...
Multiple Selection
To enable the multiple selection mode of the ChipList set the selection
property to be equal to multiple
.
Change Theme
Theme
Loading ...