CollapsibleSingleSelectFilter
Functionally identical to the SingleSelectFilter, 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 CollapsibleSingleSelectFilter component is trackable through Kyber Analytics. This is the default analytics config.
export default {
value: 'CollapsibleSingleSelectFilter',
actions: {
onApply: { type: 'COLLAPSIBLESINGLESELECTFILTER_APPLY', payload: 'Apply' },
},
};