Would be great to have Chosen as a Selection type option for exposed filter forms in views. http://drupal.org/project/better_exposed_filters does a similar thing with their module so we could lend some code from there I suppose.
Would be great to have Chosen as a Selection type option for exposed filter forms in views. http://drupal.org/project/better_exposed_filters does a similar thing with their module so we could lend some code from there I suppose.
Comments
Comment #1
Sk8erPeter commentedThis is exactly what I'm looking for.
Isn't a selector like the following enough?
Is there an exact plan when to have this feature built in?
Will there be a "conflict" between Better Exposed Filters module and Chosen, if both of them are installed?
Thanks for your efforts!
Comment #2
duaelfrWe should maybe ask BEF to support Chosen directly.
Comment #3
kehan commentedI can see you have asked BEF to support it and they said no: #1918160: Chosen integration
Comment #4
hydra commentedYeah and it makes sense to not integrate it. They should work side by side. If you need special handling for a specific select field, this should be handled by your themes js. You can override the Drupal.behaviors.chosen and do what ever you want with it in your theme :) Thanks for your work anyways!