fix: disable spell check

This commit is contained in:
GyDi
2022-09-28 14:15:22 +08:00
committed by GitHub
parent 68b52b6130
commit 18edf06a20
4 changed files with 7 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ const RulesPage = () => {
size="small"
autoComplete="off"
variant="outlined"
spellCheck="false"
placeholder={t("Filter conditions")}
value={filterText}
onChange={(e) => setFilterText(e.target.value)}