Skip to content

Commit

Permalink
fix(core): add type search to getInputProps
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Aug 19, 2020
1 parent 4e059a2 commit 9c1b040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SearchBox.tsx
Expand Up @@ -59,7 +59,6 @@ export function SearchBox(props: SearchBoxProps) {
ref={props.inputRef}
{...props.getInputProps({
inputElement: props.inputRef.current!,
type: 'search',
autoFocus: props.autoFocus,
maxLength: MAX_QUERY_SIZE,
})}
Expand Down

0 comments on commit 9c1b040

Please sign in to comment.