chore: disable autocomplete

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

View File

@@ -125,8 +125,8 @@ const SettingClash = ({ onError }: Props) => {
}
>
<TextField
disabled={enable_random_port}
autoComplete="off"
disabled={enable_random_port}
size="small"
value={verge_mixed_port ?? 7897}
sx={{ width: 100, input: { py: "7.5px", cursor: "pointer" } }}