migrate deprecated Grid v5 to v6 (Grid2)

This commit is contained in:
proddy
2024-08-30 14:55:24 +02:00
parent eff3e3f404
commit 35cb567b62
17 changed files with 326 additions and 452 deletions

View File

@@ -109,9 +109,11 @@ const SignIn = () => {
onChange={updateLoginRequestValue}
margin="normal"
variant="outlined"
inputProps={{
autoCapitalize: 'none',
autoCorrect: 'off'
slotProps={{
input: {
autoCapitalize: 'none',
autoCorrect: 'off'
}
}}
/>
<ValidatedPasswordField