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
According to the offical docs
"pristine" means the user hasn't changed the value since it was displayed in this form
So if you have a validation in your form it's a better approach to check if the form is "valid" or "invalid"
Submit
So it doesn't matter if the form is pristine or not.