File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ <h2><a name="selected-and-disabled-support" class="anchor" href="#selected-and-d
1209
1209
1210
1210
< h2 > < a name ="hide-search-on-single-select " class ="anchor " href ="#hide-search-on-single-select "> Hide Search on Single Select</ a > </ h2 >
1211
1211
< div class ="side-by-side clearfix ">
1212
- < p > The disable_search_threshold option can be specified to hide the search input on single selects if there are fewer than (n) options.</ p >
1212
+ < p > The disable_search_threshold option can be specified to hide the search input on single selects if there are fewer or equal (n) options.</ p >
1213
1213
< pre > < code class ="language-javascript "> $(".chosen-select").chosen({disable_search_threshold: 10});</ code > </ pre >
1214
1214
< p > </ p >
1215
1215
< div >
Original file line number Diff line number Diff line change @@ -1210,7 +1210,7 @@ <h2><a name="selected-and-disabled-support" class="anchor" href="#selected-and-d
1210
1210
1211
1211
< h2 > < a name ="hide-search-on-single-select " class ="anchor " href ="#hide-search-on-single-select "> Hide Search on Single Select</ a > </ h2 >
1212
1212
< div class ="side-by-side clearfix ">
1213
- < p > The disable_search_threshold option can be specified to hide the search input on single selects if there are fewer than (n) options.</ p >
1213
+ < p > The disable_search_threshold option can be specified to hide the search input on single selects if there are fewer or equal (n) options.</ p >
1214
1214
< pre > < code class ="language-javascript "> new Chosen($("chosen_select_field"),{disable_search_threshold: 10}); </ code > </ pre >
1215
1215
< p > </ p >
1216
1216
< div >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h3>Example:</h3>
48
48
< tr >
49
49
< td > disable_search_threshold</ td >
50
50
< td > 0</ td >
51
- < td > Hide the search input on single selects if there are fewer than (n) options.</ td >
51
+ < td > Hide the search input on single selects if there are fewer or equal (n) options.</ td >
52
52
</ tr >
53
53
< tr >
54
54
< td > enable_split_word_search</ td >
You can’t perform that action at this time.
0 commit comments