Baustein UI

Layer · Forms

Planned · v0.3

Combobox.

bau-combobox

Editable select with async loading, multi-select, free-text. The complex sibling of bau-select.

Coming soon

Planned

This component is on the roadmap. The page exists so the navigation structure stays stable while the implementation catches up. Below is the feature surface we plan to ship.

  • Editable input on top of a filterable option list.
  • multi mode — chip-style selected values, removable.
  • Async loadOptions(query) with debounce + abort.
  • allowCustom — accept free-text values not in the list.
  • Highlighted match substring in each option.
  • Form participation: comma-joined string or FormData.append per value.
  • A11y: role=combobox, aria-expanded, aria-autocomplete=list.