avo icon indicating copy to clipboard operation
avo copied to clipboard

Searchable select filters

Open waliffcordeiro opened this issue 2 years ago • 3 comments

Context

image In my project it is common to have many options in the filter like the one in the photo above. So it is very difficult to find the option I want having to look for one by one.

So I want know if Is there some way to filter select options like that https://cadeomw.com.br/list-subjects

I would like that when starting to write the options they would be reduced according to what was written. Like this function too: image

waliffcordeiro avatar Feb 21 '22 20:02 waliffcordeiro

Hey @waliffcordeiro. Thanks for writing!

That's definitely a good suggestion 👍 We recently did the same thing to the belongs_to association. Made it searchable. We want to bring that behavior to filters too, unfortunately, we're in the middle of a 2.0 launch and we've got our hands full at the moment. We'll probably have the bandwidth to work on this in late March. However, if you have time and would like to contribute and start a PR, we'd love to help you navigate the codebase.

I added it to the Roadmap for easier tracking.

adrianthedev avatar Feb 21 '22 20:02 adrianthedev

This issue has been marked as stale because there was no activity for the last 60 days

github-actions[bot] avatar Apr 23 '22 02:04 github-actions[bot]

In my company's custom SPA admin app (that we are trying to migrate more and more of to Avo) the input we use the most is this searchable multi-select from https://react-select.com/home

image

So just wanted to mention that in case anyone picks this up, that multi-select as part of the search select would be huge! 🙌

coffenbacher avatar Sep 05 '22 23:09 coffenbacher