Layer · Forms
Planned · v0.3Combobox.
bau-combobox
Editable select with async loading, multi-select, free-text. The complex sibling of bau-select.
Coming soon
PlannedThis 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.
multimode — 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.appendper value. - A11y:
role=combobox,aria-expanded,aria-autocomplete=list.