chore: disable browser autocomplete

This commit is contained in:
MystiPanda
2024-07-07 11:16:59 +08:00
parent 7e2cc180c3
commit ff75fe47ee
14 changed files with 35 additions and 35 deletions

View File

@@ -96,7 +96,7 @@ export const BaseSearchBox = styled((props: SearchProps) => {
return (
<Tooltip title={errorMessage} placement="bottom-start">
<TextField
autoComplete="off"
autoComplete="new-password"
inputRef={inputRef}
hiddenLabel
fullWidth