fix(core): add type search to getInputProps
This commit is contained in:
parent
4e059a2b81
commit
9c1b04003a
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
})}
|
||||
|
|
|
|||
Loading…
Reference in a new issue