瀏覽代碼

change type search to text

reiji-h 2 年之前
父節點
當前提交
e0f51899ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/features/search/client/components/SearchForm.tsx

+ 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(() => {
     return getInputProps({
-      type: 'search',
+      type: 'text',
       placeholder: 'Search...',
       className: 'form-control',
       ref: inputRef,