kopia lustrzana https://github.com/cheeaun/phanpy
Disable all the auto*** in search field
rodzic
a816b69ee9
commit
1f584f945a
|
@ -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({});
|
||||
|
|
Ładowanie…
Reference in New Issue