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

@@ -149,6 +149,7 @@ const ProfilePage = () => {
value={url}
variant="outlined"
autoComplete="off"
spellCheck="false"
onChange={(e) => setUrl(e.target.value)}
sx={{ input: { py: 0.65, px: 1.25 } }}
placeholder={t("Profile URL")}