See the issue happening here:
https://gfycat.com/BelatedLawfulBighorn
The issue is that until the user interacts with the page (I just click inside the password field in this example), JavaScript can't read the password field if it is auto-filled by Chrome. Is this on my end? Is this some security feature built into Chrome?
To rule some things out, here's what I've tried and none have worked:
- Using vanilla JS
- Programmatically triggering a click somewhere on the page
- Giving any of the input fields focus on page load
- Giving any of the input fields focus on page load after a timeout of a few hundred milliseconds