fix input binding when having enhancedSearchBox
This commit is contained in:
parent
d3aaa7e891
commit
b79b43d497
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class DocSearch {
|
|||
|
||||
if (enhancedSearchInput) {
|
||||
DocSearch.injectSearchBox(this.input, this);
|
||||
DocSearch.getInputFromSelector('#docsearch');
|
||||
this.input = DocSearch.getInputFromSelector('#docsearch');
|
||||
}
|
||||
|
||||
this.autocomplete = autocomplete(this.input, autocompleteOptions, [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue