chore: disable browser autocomplete

This commit is contained in:
MystiPanda
2024-07-07 11:16:59 +08:00
parent fa31cab11b
commit 8690b91632
14 changed files with 35 additions and 35 deletions

View File

@@ -132,7 +132,7 @@ export const ProxyHead = (props: Props) => {
{textState === "filter" && (
<TextField
autoComplete="off"
autoComplete="new-password"
autoFocus={autoFocus}
hiddenLabel
value={filterText}
@@ -146,7 +146,7 @@ export const ProxyHead = (props: Props) => {
{textState === "url" && (
<TextField
autoComplete="off"
autoComplete="new-password"
autoFocus={autoFocus}
hiddenLabel
autoSave="off"