You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request
Possibility of using the searchable component in the filter selector.
Problem
Using the select-filter component for a Filter that has a large dataset is not user friendly.
Implementation
Within a Filter class, assigning the search-input component to the $component class variable would show a searchable input field. At the moment, it shows as follow :
The text was updated successfully, but these errors were encountered:
wlarch
changed the title
Searchable component in the filter selector
[Feature Request] Searchable component in the filter selector
Sep 5, 2019
davidhemphill
changed the title
[Feature Request] Searchable component in the filter selector
Searchable component in the filter selector
Sep 5, 2019
I see why you'd want this, and we'll probably see how we could do it at some point, but for now, you'll need to create a custom filter to handle this yourself.
In order to keep this repository focused on bug reports, we auto-close feature requests and requests for help. Feel free to post your feature requests so others can discuss and add reactions. We'll keep an eye on them for later planning.
Feature request
Possibility of using the searchable component in the filter selector.
Problem
Using the
select-filter
component for a Filter that has a large dataset is not user friendly.Implementation
Within a Filter class, assigning the
search-input
component to the$component
class variable would show a searchable input field. At the moment, it shows as follow :The text was updated successfully, but these errors were encountered: