diff --git a/src/components/search-form.jsx b/src/components/search-form.jsx index 579e5df9..01ddceb9 100644 --- a/src/components/search-form.jsx +++ b/src/components/search-form.jsx @@ -70,6 +70,9 @@ const SearchForm = forwardRef((props, ref) => { // autofocus placeholder="Search" dir="auto" + autocomplete="off" + autocorrect="off" + autocapitalize="off" onSearch={(e) => { if (!e.target.value) { setSearchParams({});