Skip to content

Filter options

This component provides an option select functionality, allowing users to select multiple options from a set of predefined options. It handles state updates automatically.

WARNING

This component can only be used within a Filter.

Props

icon?: FluxIconName
The icon of the filter.

is-searchable?: boolean
Indicates that the option filter is searchable.

label: string
The label of the filter.

name: string
The name of the filter within the filter state.

options: FluxFilterOptionRow[]
The available options.

search-placeholder?: boolean
The placeholder to show in the search bar.

Used components