Combobox
InputsA searchable select component.
Preview
Usage
<Combobox options={countries} bind:value={selectedCountry} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | Selected value. |
| options | Option[] | [] | Available options. |
| label | string | '' | Label text. |