Custom Values
The Kendo UI for Vue Native ComboBox supports the implementation of custom values.
By default, the ComboBox dismisses values that do not appear in the supplied list of items when the user presses Enter
or when the component loses focus. To configure the ComboBox to accept custom values, set the allowCustom
property to true
.
Primitive Values
If you bind the component to primitive values, set the allowCustom
property to true
.
The following example demonstrates how to allow custom primitive values.
Object Values
The following example demonstrates how to allow custom object values.