Skip to main content

ComboBox

Combobox implementation. It's also known as editable ComboBox, in the reference implementation.

See also:

Live example

Result
Loading...
Live Editor

Filtering

By default, items are not filtered based the input value. Filtering options is possible by controlling value and items props:

Result
Loading...
Live Editor
tip

When filtering options based on input value, use menuTrigger="input" to have the dropdown open as the input is typed in.

Label Alignment

Use LabeledControlsAlignmentProvider to align combobox with other labeled controls, according to the design guidelines.

Result
Loading...
Live Editor

Known differences

Combobox has the same differences with the reference implementation as Dropdown has.