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