this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable all the auto*** in search field

+3
+3
src/components/search-form.jsx
··· 70 70 // autofocus 71 71 placeholder="Search" 72 72 dir="auto" 73 + autocomplete="off" 74 + autocorrect="off" 75 + autocapitalize="off" 73 76 onSearch={(e) => { 74 77 if (!e.target.value) { 75 78 setSearchParams({});