Closed
Description
Go to the form example at http://formvalidator.net/#reg-form and follow these steps:
-
Go to Password field and type in: 1234!
-
Now go to Repeat password and type in: 1234!!
"Input values could not be confirmed" error message is displayed
-
Go back to Password field and type in: 1234!!
The error message should dissapear as soon as you type in the right password. At the moment only dissapears onBlur.
The following is an example as how it should be:
- Go to E-mail field and type in: abc
- Tab to another field
"You have not given a correct e-mail address" error message is displayed
- Go back to E-mail field and type in: abc@abc.com
As soon as you input a correct email the error dissapears, not on blur
According to the standard form behaviour, Password and Repeat password fields should validate in the same way as other fields.