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