fix: highlight first item by default
This commit is contained in:
parent
e6676988b8
commit
777bc8ef68
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ export function DocSearchModal({
|
|||
React.KeyboardEvent
|
||||
>({
|
||||
id: 'docsearch',
|
||||
defaultHighlightedIndex: 0,
|
||||
defaultSelectedItemId: 0,
|
||||
placeholder,
|
||||
openOnFocus: true,
|
||||
initialState: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue