-
Notifications
You must be signed in to change notification settings - Fork 51
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
autofill-event doesn't fit with a submit button/input binding to the form state #28
Comments
I also found this, @e-cloud. Do you have a workaround? I have to click somewhere on the page before Chrome fires the |
we hit the same issue. i haven't found a solution with my poor knowledge 😭 |
Any workarounds for this issue yet? |
Chrome will not allow a password field to reveal its content in javascript until the user has interacted with the page. I've done a PR that would allow you to attach a listener on your button that you could listen for. |
+1 same issue for me |
try https://github.com/stevegal/autofill-event which is awaiting a merge request. Note you still can't get the contents of the password until the user has interacted with the form, but you can register and get notified if the password field has been filled in so you can respond as if it's filled. |
this poly fill doesn't fit with a submit button/input binding to the form state. unless you click on the page any point you want to trigger a digest (it seems the action trigger the browser to do some real filling), then the button become enable.
Test page with manual tests
The text was updated successfully, but these errors were encountered: