mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-20 11:44:09 +08:00
cherry-pick: Disabled autocapitalize on username field in mobile browsers
Updates #3077. * commit 'b2c48d0d3bcb6f8eb1d95af8516e5531b51e1ea5': Disabled autocapitalize on username field in mobile browsers
This commit is contained in:
parent
7696afd03c
commit
e1ac2590c9
@ -27,6 +27,7 @@ const Form = (props) => {
|
||||
component={renderInputField}
|
||||
placeholder={t('username_placeholder')}
|
||||
autoComplete="username"
|
||||
autocapitalize="none"
|
||||
disabled={processing}
|
||||
validate={[validateRequiredValue]}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user