Multi-select filter dropdown with badge or checkbox styles.
Multi-select filter with counts.
Selected: (none)
<script>
import { FilterDropdown } from "jatui"
</script>
<FilterDropdown />| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Button label |
options | FilterOption[] | [] | Options with value, label, count |
selected | Set<string> | new Set() | Selected values |
onToggle | (value: string) => void | - | Toggle callback |
mode | "dropdown" | "inline" | "dropdown" | Display mode |
style | "badge" | "checkbox" | "badge" | Option style |