You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Reopening because I tried this with LastPass and it worked as expected. Copying the original bug description below:
When I try to autofill my passwords onto investor.vanguard.com it fills in the username and password as expected. Then when I try to submit the form I see two error messages on the page that say "Please fill out this field."
I've checked the source of the website and I see that my username/password are in the value attribute of the input. But they input is also marked as ng-invalid and ng-pristine. Both of which are removed once I copy and paste my username/password combo into the fields.
The text was updated successfully, but these errors were encountered:
prusnak
changed the title
Reopening: Autofill fails on Vanguard
Autofill fails on Vanguard
May 8, 2020
The 'ng-' you're seeing is because the site is using Angular as a frontend framework. These frameworks (angular, react, vue) don't allow external scripts to just change the value of the field. I have made a fix in pullrequest #113. I believe it fixes this problem too. Hope someday they'll accept and merge.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reopening because I tried this with LastPass and it worked as expected. Copying the original bug description below:
When I try to autofill my passwords onto investor.vanguard.com it fills in the username and password as expected. Then when I try to submit the form I see two error messages on the page that say "Please fill out this field."
I've checked the source of the website and I see that my username/password are in the value attribute of the input. But they input is also marked as ng-invalid and ng-pristine. Both of which are removed once I copy and paste my username/password combo into the fields.
The text was updated successfully, but these errors were encountered: