Skip to content

Commit

Permalink
(fixes #889) Disable automatic select when matching a suggestion (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored and TheoChevalier committed Sep 17, 2017
1 parent a6ed21f commit 219f82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/js/main_search.js
Expand Up @@ -29,6 +29,7 @@ $(document).ready(function() {
max_results: 10 // eslint-disable-line
},
minChars: 2,
triggerSelectOnValidInput: false,
transformResult: function(response) {
var data = JSON.parse(response);
return {
Expand Down

0 comments on commit 219f82a

Please sign in to comment.