Skip to content

Commit

Permalink
Merge pull request #4561 from bgeuken/fix_min_length
Browse files Browse the repository at this point in the history
[frontend] Fix option name for autocompletion widget
  • Loading branch information
bgeuken committed Feb 23, 2018
2 parents b30523a + 2cbdb51 commit 0995d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function requestAddReviewAutocomplete() {
response: function(event, ui) {
$(this).removeClass('loading-spinner');
},
min_length: 2,
minLength: 2,
minChars: 0,
matchCase: true,
max: 50
Expand Down

0 comments on commit 0995d16

Please sign in to comment.