New to KendoReact? Start a free 30-day trial
Custom Values
The MultiSelect supports the implementation of custom values.
To configure the MultiSelect to accept custom values, set the allowCustom
property to true
. To insert a custom value, type a random value in the MultiSelect and confirm it by pressing Enter
.
Primitive Values
The following example demonstrates how to allow custom values when the MultiSelect is bound to an array of primitive values.
Change Theme
Theme
Loading ...
Object Values
The following example demonstrates how to allow custom values when the MultiSelect is bound to a dataset of objects.
Change Theme
Theme
Loading ...