diff --git a/asset/js/resource-form.js b/asset/js/resource-form.js index 0a20fa2..211d562 100644 --- a/asset/js/resource-form.js +++ b/asset/js/resource-form.js @@ -5,7 +5,7 @@ $(document).on('o:prepare-value', function(e, type, value) { } value.find('select').chosen({ width: '100%', - disable_search_threshold: 25, + disable_search_threshold: 5, allow_single_deselect: true, // // More than 1000 may cause performance issues // @see https://github.com/harvesthq/chosen/issues/2580