Skip to content
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 Not Showing on TextFields #47

Closed
pauljlucas opened this issue Aug 28, 2016 · 4 comments
Closed

Chrome Autofill Not Showing on TextFields #47

pauljlucas opened this issue Aug 28, 2016 · 4 comments

Comments

@pauljlucas
Copy link

Currently i am seeing that i cannot get chromes autofill to work on any of the text inputs from angular2-mdl. If you use standard MDL CSS you can normally double click a field with name and id (say username) and it will drop down a list of previously entered values.

I havent looked into the code enough to know why this would be happening, but have you noticed this as well? Has anyone seen similar issues on other browsers?

Thanks!

@mseemann
Copy link
Owner

mseemann commented Aug 28, 2016

thx for your feedback. You are right. Until now the name attribute isn't propagated to the html input element. I'll fix this asap.

@pauljlucas
Copy link
Author

@mseemann Thanks! Great repo by the way, saved me a lot of time and thankful that you are keeping it up to date with all of the Angular changes 👍

@mseemann
Copy link
Owner

fixed in npm version 1.4.4

@pauljlucas
Copy link
Author

Tested and working on my end as well. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants