|
@@ -35,7 +35,7 @@ export const SearchForm = (props: Props): JSX.Element => {
|
|
|
|
|
|
|
|
const inputOptions = useMemo(() => {
|
|
const inputOptions = useMemo(() => {
|
|
|
return getInputProps({
|
|
return getInputProps({
|
|
|
- type: 'search',
|
|
|
|
|
|
|
+ type: 'text',
|
|
|
placeholder: 'Search...',
|
|
placeholder: 'Search...',
|
|
|
className: 'form-control',
|
|
className: 'form-control',
|
|
|
ref: inputRef,
|
|
ref: inputRef,
|