rocky
rocky

Reputation: 631

jquery chosen limit character and disable dropdown

http://www.tiikoni.com/tis/view/?id=7515b9e

How to disable dropdown list of chosen plugin. I want to make a mimimum 3 character limit on search ... If result match then show dropdown list not like on first click all result showing as you can see on image link.

Upvotes: 0

Views: 856

Answers (1)

Bhargav
Bhargav

Reputation: 65

Chosen doesn't have the options to set min search length. If you're not locked into chosen try select2 it has all the options your looking for. ie. Min search length

Upvotes: 1

Related Questions