Skip to content

FilterTrigger

FilterTrigger

Trigger for filters.

js
import { FilterTrigger } from 'intergalactic/base-trigger';
import { FilterTrigger } from 'intergalactic/base-trigger';

FilterTriggerProps

& {...}
NameTypeDescription
onClear(event: React.SyntheticEvent) => voidClick on the filter cleaning cross
localestring
includeInputPropsstring[]List of props that will be added to the select inside of filter
triggerRefReact.Ref<>Normal `ref` prop refers to FilterTrigger wrapper while `triggerRef` refers explicitly to trigger button

Released under the MIT License.

Released under the MIT License.