Components
← All components

Combobox

stimeo--combobox

A text field whose choices narrow as you type, and that you can drive from the keyboard.

  • Core
  • Combobox

Implements the WAI-ARIA Combobox pattern. Typing narrows the choices and drops the ones that do not match. While the arrow keys move through them, focus stays in the field so you can keep typing, and screen readers are told which choice is current. Picking one fills the field and closes the list.

running
No results

Keyboard

KeyAction
↓ / ↑ Move the active option (wrapping).
Enter Select the active option and close the list.
Home / End Activate the first / last visible option.
Esc Close the listbox.