mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Disabled autocapitalize on username field in mobile browsers
This commit is contained in:
parent
c4223224f5
commit
b2c48d0d3b
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const Form = (props) => {
|
|||
component={renderInputField}
|
||||
placeholder={t('username_placeholder')}
|
||||
autoComplete="username"
|
||||
autocapitalize="none"
|
||||
disabled={processing}
|
||||
validate={[validateRequiredValue]}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue