Combo Box
A combo box combines a text input with a listbox, allowing users to filter a list of options to items matching a query.
Installation
CLI
Manual
npx hq-kit add combo-box
Basic
Preview
Code
Using Avatars
Preview
Code
Section
Preview
Code
Controlled
Preview
Code
selected: null
Async Loading
Preview
Code
Validation
Preview
Code
Disabled Item
When the combo box is disabled, it becomes non-interactive and cannot be edited.
Preview
Code