Combobox

Input component that allows users to select from a list of options as they type.

The default combobox is a single-select combobox. You can search for items and select one via the input field.

The combobox can be used to select multiple items by setting the selectionType prop to multiple. The selected values are displayed in a list below the combobox.

The combobox can be used to create new items by setting the creatable prop to true. The new item is added to the list of items when the user presses enter.

Display additional content like actions or information in the header and footer of the popover. You can also use the Combobox.ActionItem component to add actions to the popover.