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

@@ -6,10 +6,10 @@ export const BaseStyledTextField = styled((props: TextFieldProps) => {
return (
<TextField
autoComplete="off"
hiddenLabel
fullWidth
size="small"
autoComplete="off"
variant="outlined"
spellCheck="false"
placeholder={t("Filter conditions")}