Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Autofill fails on Vanguard #92

Open
davidrapoport opened this issue May 8, 2020 · 1 comment
Open

Autofill fails on Vanguard #92

davidrapoport opened this issue May 8, 2020 · 1 comment

Comments

@davidrapoport
Copy link

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.

@prusnak prusnak changed the title Reopening: Autofill fails on Vanguard Autofill fails on Vanguard May 8, 2020
@cleytonb
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants