Skip to content

Commit 9c1b040

Browse files
fix(core): add type search to getInputProps
1 parent 4e059a2 commit 9c1b040

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SearchBox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export function SearchBox(props: SearchBoxProps) {
5959
ref={props.inputRef}
6060
{...props.getInputProps({
6161
inputElement: props.inputRef.current!,
62-
type: 'search',
6362
autoFocus: props.autoFocus,
6463
maxLength: MAX_QUERY_SIZE,
6564
})}

0 commit comments

Comments
 (0)