QSelect filter upgrade to v1+
-
Hi guys.
I’m migrating an application from 0.17 to 1+.
Why the ‘filter feature’ become so complex ? i understand the need of a complex function to handle the filtering. But most of cases just a filter like 0.17 works perfect.Someone have a solution for it ? some forms have 4 5 selects with filter needing, it make alot of boilerplate code…
-
-
@leon it’s been more than a year… Take the suggestions in that thread, you don’t have to make tons of filter functioned feature qselects, just compose or extend a q-select of your own liking and reuse it multiple times. You can even take an example from docs,name it, save it somewhere and import it when you want a filtering select.