fix(react): update enterkeyhint to enterKeyHint
This commit is contained in:
parent
e6f20307de
commit
0fadc8b7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export function SearchBox(props: SearchBoxProps) {
|
||||||
inputElement: props.inputRef.current!,
|
inputElement: props.inputRef.current!,
|
||||||
autoFocus: props.autoFocus,
|
autoFocus: props.autoFocus,
|
||||||
maxLength: MAX_QUERY_SIZE,
|
maxLength: MAX_QUERY_SIZE,
|
||||||
enterkeyhint: 'go',
|
enterKeyHint: 'go',
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue