New to Kendo UI for Angular? Start a free 30-day trial
ChipListSelection
Sets the selection mode of the ChipList.
The available values are:
none
(default)single
multiple
type
ChipListSelection = "none" | "single" | "multiple";