Start search after 2 character typed in Chosen drop down
问题 In Chosen drop down plugin, a search is started after 2 characters are typed in chosen drop down. I need the search to not start until after inputing at least two characters in the search box. Can any one suggest how to do this? 回答1: I did a small change to start to search after the third character, is not the best option but works, in the chosen JS in the AbstractChosen.prototype.winnow_results function after the line searchText = this.get_search_text(); add the following code: if