Common Scenarios

You can use the configuration options of the ComboBox to achieve the implementation of common scenarios.

Implementing Cascading ComboBoxes

The cascading ComboBox is a series of two or more ComboBoxes where each ComboBox is filtered based on the selected option in the previous ComboBox.

Example
View Source
Change Theme:

Using Data Fields for Values

The following example demonstrates how to implement a Higher-Order Component and allow the use of a ComboBox data field for a value.

Example
View Source
Change Theme: