-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome autofill doesn't work on login form #318
Comments
Could you find out what makes a form compliant to the chrome autofill options? I believe this is a matter of changing the field names. |
I think the chrome auto-fill does not work because there are no |
I fixed this, just never pushed. around it fixes the issue.However, the "Save password?" popup never happens since we do not post the form, or redirect to a different case. So only the username will be autofill, not the password. |
I have a fix in mind for this that is fairly easy and will remove the checking complexity from the element. It should be fixable with an |
iron-form PR was merged, but it does not appear to work still |
I think this is a more promising way of fixing the problem. |
Okay, @TimvdLippe and I have found the problem. It does actually work, |
The lastpass password manager now works on the website, I'm not sure about the other methods. |
Keepass works too. Good enough to close this, unless we hear about about another big one not working. |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: