CollapsibleMultiSelectFilter
Functionally identical to the MultiSelectFilter, but enables collapse UI.
Result
Loading...
Live Editor
Searchable
The searchable
prop enables search UI within the filter that functions as an autocomplete.
Result
Loading...
Live Editor
Analytics
The CollapsibleMultiSelectFilter component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'CollapsibleMultiSelectFilter',
actions: {
onApply: { type: 'COLLAPSIBLEMULTISELECTFILTER_APPLY', payload: 'Apply' },
},
};