feat(docsearch): add enterkeyhint to go
This commit is contained in:
parent
928b9ca7b8
commit
1a0cbbfdbf
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ export function SearchBox(props: SearchBoxProps) {
|
|||
inputElement: props.inputRef.current!,
|
||||
autoFocus: props.autoFocus,
|
||||
maxLength: MAX_QUERY_SIZE,
|
||||
enterkeyhint: 'go',
|
||||
})}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue