Make Better Select Boxes with Chosen
21–30 of 89 posts
Re: Make Better Select Boxes with Chosen
#22Re: Make Better Select Boxes with Chosen
#23It's nice looking and mostly functional but I always miss the native elements. The thing is, when I see an OS-native-looking element I know immediately what it is. For the skinned stuff, while it looks nice to the eye, it takes longer. When we're browsing thousand of pages a day it's kind of something you notice.
Re: Make Better Select Boxes with Chosen
#24Re: Make Better Select Boxes with Chosen
#25Re: Make Better Select Boxes with Chosen
#26Re: Make Better Select Boxes with Chosen
#27Chosen.js has a great UI, but I found it challenging to do customizations to the library. I wish that the authors of the library had exposed more event hooks or built it with more modularity. Also worthwhile checking out https://github.com/meltingice/ajax-chosen , which adds much-needed Ajax support to Chosen.js.
Re: Make Better Select Boxes with Chosen
#28Re: Make Better Select Boxes with Chosen
#29We've been using this for what feels like 9 months with Picplum. One thing we did is for on select menus with few items, we hide the search box: $(".recipient_relation").chosen disable_search_threshold: 10 And if in Backbone you'd like to have it preselect the value, run something like this after render (so you don't have to add much logic to your handlebar template for the markup): @$("#address_country_field option"…
.chzn-container .chzn-results .highlighted