fix: disable spell check

This commit is contained in:
GyDi
2022-09-28 14:15:22 +08:00
committed by GitHub
parent a916d88e85
commit 6c6b40548f
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")}