Combobox
A searchable single-select control with static filtering or debounced asynchronous results.
Added in v2.6.0 · import from "@borneo/react"
Live previewPermalink to this section
The production component below reads its colour, shape, elevation and motion from the active design tokens.
When to usePermalink to this section
Use it
Use a Combobox when the option set is too long to scan comfortably in a Select.
Choose another pattern
Use Select for a short known list, or Input when any free-form value is valid.