⚠ 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. ⚠

  •     

profile picture

Unset autosearch



Lucas

Lucas
  • profile picture
  • Member

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 

 

 

Captura_de_pantalla_2014_03_03_17_16_43.

 

 

 

 

 


victor

victor
  • profile picture
  • Member

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


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 24 March 2014 - 04:26 AM

Its simple javascript trick...

 

$("#field-mySelect").chosen({
        "disable_search": true
});