Combobox
A glass input that thinks while you type. The list filters live in the same floating panel Select uses · pick with arrows, clear with one press.
Draw
npx shadcn@latest add @clow/comboboxPlayground
props
<Combobox />Examples
basic
async
Props
| prop | type | default |
|---|---|---|
| disabled | boolean | false |
| readOnly | boolean | false |
| autoHighlight | boolean | false |
| openOnInputClick | boolean | true |