ix
ix copied to clipboard
Category Filter | Dedicated callback method for executing search query / API call
Prerequisites
- [X] I have read the Contributing Guidelines.
- [X] I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
Suggestion / feature request
As there is no method for executing search after some specific event like "Enter" button got clicked. Or some UI option in dropdown to confirm all required categories has been added now can proceed for search.
There are below callback provided but they also get trigger multiple times when specific operation performed eg in case of categoryChanged event it will call multiple time when we add new category and select value for it.
categoryChanged: category gets selected in the dropdown filterChanged: filter state changes inputChanged: text input changes
So we do not have that event as when we should trigger the search call execution or do we need to add some Search icon beside Category filter.