We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42366a6 commit e94e76dCopy full SHA for e94e76d
src/js/vendor/docsearch.bundle.js
@@ -18,7 +18,7 @@
18
apiKey: config.apiKey,
19
indexName: config.indexName,
20
inputSelector: searchFieldSelector + ' .query',
21
- autocompleteOptions: { autoselect: true, debug: true, hint: false, keyboardShortcuts: ['f', 's'], minLength: 2 },
+ autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: ['f', 's'], minLength: 2 },
22
algoliaOptions: algoliaOptions,
23
queryHook:
24
filterInput &&
0 commit comments