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

@@ -399,6 +399,7 @@ export const RulesEditorViewer = (props: Props) => {
)}
{ruleType.name !== "RULE-SET" && ruleType.name !== "SUB-RULE" && (
<TextField
autoComplete="off"
size="small"
sx={{ minWidth: "240px" }}
value={ruleContent}