New to Kendo UI for AngularStart a free 30-day trial

ChipListComponent

Selector

kendo-chiplist, kendo-chip-list

Inputs

NameTypeDefaultDescription

boolean

true

By default, keyboard navigation is available through arrow keys and roving tabindex. When set to false, all chips are part of the default tabbing sequence of the page.

selection

ChipListSelection

Sets the selection mode of the ChipList.

The available values are:

  • none (default)
  • single
  • multiple

size

ChipSize

The size property specifies the gap between the Chips in the ChipList (see example).

The possible values are:

  • 'small'
  • 'medium' (default)
  • 'large'
  • none

Events

NameTypeDescription

remove

EventEmitter<ChipListRemoveEvent>

Fires each time the user clicks on the remove icon of the Chip.

selectedChange

EventEmitter<any[]>

Fires each time when the ChipList selection is changed.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support