Filtering

To enable the filtering functionality of the MultiColumnComboBox, set the filterable property to true.

Basic Configuration

Every time a user modifies the input value, the MultiColumnComboBox triggers an onFilterChange event. The event argument contains the typed string value that you can use to filter the source.

Example
View Source
Change Theme:

To filter the data after a delay, use a similar implementation. You can toggle the loading property and provide the user with a visual indication of the filtering process.

Example
View Source
Change Theme:

In this article

Not finding the help you need?