diff --git a/src/SearchBox.tsx b/src/SearchBox.tsx index 49071cb5..1b97e0fd 100644 --- a/src/SearchBox.tsx +++ b/src/SearchBox.tsx @@ -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, })}