1
0
Fork 0

fix(react): update enterkeyhint to enterKeyHint

This commit is contained in:
François Chalifour 2020-11-24 11:07:39 +01:00
parent e6f20307de
commit 0fadc8b7dd

View file

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