Components
← All components

Combobox

stimeo--combobox

A text input with a filtered listbox popup (list autocomplete) and full keyboard support.

  • Combobox

The stimeo--combobox controller implements the WAI-ARIA Combobox pattern with list autocomplete. Typing filters the DOM options by hiding non-matching entries; focus stays in the input and the active option is tracked with aria-activedescendant. Selecting an option fills the input (with its data-value if set) and closes the listbox. The library provides behavior only — styling is owned by this Playground.

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.