Hello...
I need to unset the auto search for an one element in my form. only for one
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 03 March 2014 - 22:39 PM
Hello...
I need to unset the auto search for an one element in my form. only for one
Posted 23 March 2014 - 23:04 PM
look at the choosen select API. I'm not sure, but I think there is a way to solve this problem
Posted 24 March 2014 - 04:26 AM
Its simple javascript trick...
$("#field-mySelect").chosen({
"disable_search": true
});