New to Kendo UI for Vue? Start a free 30-day trial
Custom Values
The MultiSelect supports the implementation of custom values.
To configure the Kendo UI for Vue 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 you can allow custom values when binding the MultiSelect to an array of primitive values.
Change Theme
Theme
Loading ...
Object Values
The following example shows how you can allow custom values when binding the MultiSelect to a dataset of objects.
Change Theme
Theme
Loading ...