components / combobox

combobox.

searchable select with optional color swatches, inline create, and clear. behavior split into a headless useCombobox hook. generalized from the calendar category picker.

installation
bunx @justin06lee/chrome@latest add combobox
usage
Searchable + create
<Combobox
value={value}
onChange={setValue}
options={opts}
allowClear
onCreate={(q) => addCategory(q)}
/>