chore: disable autocomplete

This commit is contained in:
MystiPanda
2024-07-02 18:55:11 +08:00
parent a2e9523707
commit c424e9dec8
11 changed files with 22 additions and 19 deletions

View File

@@ -132,6 +132,7 @@ export const ProxyHead = (props: Props) => {
{textState === "filter" && (
<TextField
autoComplete="off"
autoFocus={autoFocus}
hiddenLabel
value={filterText}
@@ -145,10 +146,10 @@ export const ProxyHead = (props: Props) => {
{textState === "url" && (
<TextField
autoComplete="off"
autoFocus={autoFocus}
hiddenLabel
autoSave="off"
autoComplete="off"
value={testUrl}
size="small"
variant="outlined"