I have a Login Form which has email and password fields.
I\'ve chosen for browser autofill.
The problems is: When browser autofills login form, both fields are p
I had the same problem.
I solved it by: - removing the Validators.required validator for the password field in the component - using the directive at the tag in the template
Validators.required