fix: email input auto complete (#15098)
`autoComplete` defaults to `off` which breaks Bitwarden <img width="1058" height="224" alt="image" src="https://github.com/user-attachments/assets/432fade7-5a9c-40cb-9e7f-f0942ae56bd2" />
This commit is contained in:
+1
@@ -42,6 +42,7 @@ export const SignInUpEmailField = ({
|
||||
<StyledInputContainer>
|
||||
<SettingsTextInput
|
||||
instanceId="sign-in-up-email"
|
||||
autoComplete="email"
|
||||
autoFocus
|
||||
value={value}
|
||||
placeholder="Email"
|
||||
|
||||
Reference in New Issue
Block a user