1
0
Fork 0

feat(docsearch): add enterkeyhint to go

This commit is contained in:
François Chalifour 2020-08-21 18:32:53 +02:00
parent 928b9ca7b8
commit 1a0cbbfdbf

View file

@ -61,6 +61,7 @@ export function SearchBox(props: SearchBoxProps) {
inputElement: props.inputRef.current!,
autoFocus: props.autoFocus,
maxLength: MAX_QUERY_SIZE,
enterkeyhint: 'go',
})}
/>