New to KendoReact? Learn about KendoReact Free.
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.
Change Theme
Theme
Loading ...
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 ...