1
0
Fork 0

Merge pull request #82 from algolia/fix/81

fix(autocomplete): auto select top result
This commit is contained in:
Sylvain Utard 2016-03-16 16:48:02 +01:00
commit dafaeaffa1

View file

@ -39,7 +39,8 @@ class DocSearch {
},
autocompleteOptions = {
debug: false,
hint: false
hint: false,
autoselect: true
}
}) {
DocSearch.checkArguments({apiKey, indexName, inputSelector, algoliaOptions, autocompleteOptions});