Skip to content

Commit

Permalink
fix(docsearch): provide autocomplete ID for HTML attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 9, 2020
1 parent 26a4cc0 commit a86a368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DocSearch.tsx
Expand Up @@ -99,6 +99,7 @@ export function DocSearch({
React.MouseEvent,
React.KeyboardEvent
>({
id: 'docsearch',
defaultHighlightedIndex: 0,
autoFocus: true,
placeholder: 'Search docs',
Expand Down

0 comments on commit a86a368

Please sign in to comment.