ComboBox

Autocomplete input over a filtered listbox.

Playground

Type to filter the option list.

<ComboBox label="Company">
  <ComboBoxItem id="acme">Acme</ComboBoxItem>
  <ComboBoxItem id="globex">Globex</ComboBoxItem>
  <ComboBoxItem id="initech">Initech</ComboBoxItem>
</ComboBox>