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 pristine and untouched, so the submit button is disabled.
If I click on disabled button, it enables and fires submit action, what is nice. But the default disabled aspect is pretty bad what can make some users disappointed.
Do you have some ideas about how to deal with?