Skip to content

Commit

Permalink
fix(v2): avoid duplication search input in navbar (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed May 17, 2020
1 parent 778adb2 commit 463efec
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -32,7 +32,9 @@ const Search = (props) => {
inputSelector: '#search_input_react',
algoliaOptions: algolia.algoliaOptions,
autocompleteOptions: {
openOnFocus: true,
autoselect: false,
hint: false,
},
// Override algolia's default selection event, allowing us to do client-side
// navigation and avoiding a full page refresh.
Expand Down

0 comments on commit 463efec

Please sign in to comment.