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

@@ -43,12 +43,12 @@ export const WebUIItem = (props: Props) => {
<>
<Stack spacing={0.75} direction="row" mt={1} mb={1} alignItems="center">
<TextField
autoComplete="off"
fullWidth
size="small"
value={editValue}
onChange={(e) => setEditValue(e.target.value)}
placeholder={t("Support %host, %port, %secret")}
autoComplete="off"
/>
<IconButton
size="small"