Custom Values

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.

Example
View Source
Change Theme:

Object Values

The following example demonstrates how to allow custom object values.

Example
View Source
Change Theme:

In this article

Not finding the help you need?