FilterTrigger
FilterTrigger
Trigger for filters.
js
import { FilterTrigger } from '@semcore/ui/base-trigger';FilterTriggerProps
& {...}| Name | Type | Description |
|---|---|---|
| onClear | (event: React.SyntheticEvent) => void | Click on the filter cleaning cross |
| locale | string | Specifies the locale for i18n support |
| includeInputProps | string[] | List of props that will be added to the select inside of filter |
| triggerRef | React.Ref<> | Normal `ref` prop refers to FilterTrigger wrapper while `triggerRef` refers explicitly to trigger button |