Skip to content

Commit

Permalink
fix(react): update enterkeyhint to enterKeyHint
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 24, 2020
1 parent e6f2030 commit 0fadc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docsearch-react/src/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function SearchBox(props: SearchBoxProps) {
inputElement: props.inputRef.current!,
autoFocus: props.autoFocus,
maxLength: MAX_QUERY_SIZE,
enterkeyhint: 'go',
enterKeyHint: 'go',
})}
/>

Expand Down

0 comments on commit 0fadc8b

Please sign in to comment.