New to KendoReact? Start a free 30-day trial
Custom Values
Custom ValuesPremium
The 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 the component is bound to primitive values, set the allowCustom
property to true
.
The following example demonstrates how to allow custom primitive values.
Change Theme
Theme
Loading ...
Object Values
The following example demonstrates how to allow custom object values.
Change Theme
Theme
Loading ...