Combobox
An input that filters a list of options as you type, with single or multiple selection and optional creatable entries.
Warning
_stories.tsx file for detailed usage examples.
Refer to OP-2281: Combobox Cleanup for remaining work before stable release.
Installation
import { Combobox } from "@o/pipeline/experimental/components/combobox";
Usage
Single
Single creatable
Single hint
Multiple
Multiple creatable
Multiple hint
Implementation notes
Combobox.Items must be wrapped in aCombobox.Group.