luis-almeida / filtrify

Beautiful advanced tag filtering with HTML5 and jQuery
Other
644 stars 112 forks source link

Integration with Select2 or similar? #25

Open philippeluickx opened 11 years ago

philippeluickx commented 11 years ago

Hey hey!

While going through some of the docs on your homepage, I found that filtrify is based on Chosen, which is the predecessor of Select2: http://ivaynberg.github.com/select2/ I really like the UX from this plugin, especially that you can have an overview of all active filters, without opening any panels. So I decided to give it a shot, but after spending the whole day in trying to incorporate select2 in filtrify, I have to admit I am not a jquery guru... On the other hand, I have the impression that it would greatly simplify the current code base, since there is a lot of abstraction for things filtrify does manually.

So the question: any plans perhaps to include select2 within filtrify?

Thanks!