Skip to content

Commit

Permalink
Merge pull request #21 from x-team/issue-16
Browse files Browse the repository at this point in the history
Do not show search field if results are less than 5
  • Loading branch information
frankiejarrett committed Jan 30, 2014
2 parents 1746568 + a4ab524 commit 715d8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jQuery(function($){

select2_args = {
allowClear: true,
minimumResultsForSearch: 5,
width: '160px'
},

Expand Down

0 comments on commit 715d8dd

Please sign in to comment.