mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
prevent forcing caps when on mobile (ios)
This commit is contained in:
@@ -110,6 +110,10 @@ const SignIn = () => {
|
|||||||
onChange={updateLoginRequestValue}
|
onChange={updateLoginRequestValue}
|
||||||
margin="normal"
|
margin="normal"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
inputProps={{
|
||||||
|
autoCapitalize: 'none',
|
||||||
|
autoCorrect: 'off'
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
<ValidatedPasswordField
|
<ValidatedPasswordField
|
||||||
fieldErrors={fieldErrors}
|
fieldErrors={fieldErrors}
|
||||||
|
|||||||
Reference in New Issue
Block a user