Combobox

An accessible autocomplete: a text Input paired with a popup listbox of filtered options. Implements the ARIA combobox pattern (role="combobox", aria-expanded, aria-controls, aria-activedescendant). Keyboard: ArrowUp/Down move the active option, Enter selects, Esc closes, and typing filters. Controlled or uncontrolled via value / defaultValue.

Default — uncontrolled

    Controlled (with selection readout)

      value = null

      Filled + described (default selection)

      The selected option's label is shown; type to re-filter.

        Invalid

        A jurisdiction is required.

          Disabled