Jelajahi Sumber

change type search to text

reiji-h 2 tahun lalu
induk
melakukan
e0f51899ad

+ 1 - 1
apps/app/src/features/search/client/components/SearchForm.tsx

@@ -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,