Saturday, 31 August 2013

Begin search on first keypress in jQuery Chosen

Begin search on first keypress in jQuery Chosen

I am using jQuery chosen as an alternative to normal html 'select'. I went
through its documentation and also its source files but couldn't achieve
what I wanted.
My database is very large(50K entries). I populate the select tab with
this data. When I click on this select it takes ages to drop down.
Here is the demo of my project.
Can I achieve the following in chosen.
-When I click select tag It should not show all the data initially.
-When I enter at least one charachter, results should get displayed.
If its not possible, is there an alternative to chosen which would solve
the issue? Thanks.

No comments:

Post a Comment