Searchable dropdown with grouped options and keyboard navigation.
Search and select from grouped options.
Selected: (none)
<script>
import { SearchDropdown } from "jatui"
</script>
<SearchDropdown />| Prop | Type | Default | Description |
|---|---|---|---|
value | string | "" | Selected value |
groups | SearchDropdownGroup[] | [] | Grouped options |
placeholder | string | "Filter..." | Search placeholder |
disabled | boolean | false | Disable dropdown |
onChange | (value: string) => void | - | Selection callback |