Add threshold to chosen select

This commit is contained in:
Brian Miyaji
2014-04-24 12:18:16 +10:00
parent feb870c491
commit b091cd44fa

View File

@@ -20,6 +20,7 @@ jQuery(document).ready(function($){
$(".chosen-select").chosen({
allow_single_deselect: true,
single_backstroke_delete: false,
disable_search_threshold: 10,
placeholder_text_multiple: localized_strings.none
});