I have browsed over a quite a few StackOverflow questions and GitHub issues and cannot find an up-to-date status about what is going on with autocomplete="off"
as this doesn't work in the current version of Chrome 71.0.3578.98 and nor does all the other attempts like autocomplete="false"
etc...
I stumbled across this issue while building a SPA using Angular 7 with users unable to sign up when using the browser autofill feature due to email and password being required by the reactive forms validator.
Comments
Post a Comment