A select component with search functionality and custom option rendering.
Combobox Select
Search or select an option
Dependencies
None
Installation
None
Props
Name | Type | Default | Description |
---|---|---|---|
options | Option[] | [] | Array of options to display in the select. |
value | string | '' | The currently selected value. |
onChange | (value: string) => void | - | Function to call when the selected value changes. |
placeholder | string | '' | Placeholder text to display when no option is selected. |