Custom Values

The MultiSelect supports the implementation of custom values.

To configure the 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 to allow custom values when the MultiSelect is bound to an array of primitive values.

Example
View Source
Change Theme:

Object Values

The following example demonstrates how to allow custom values when the MultiSelect is bound to a dataset of objects.

Example
View Source
Change Theme:

In this article

Not finding the help you need?