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.
Object Values
The following example shows how you can allow custom values when binding the MultiSelect to a dataset of objects.