Closed
Description
Hi,
I noticed following strange behavior of the validator.
See example form of security validators:
http://formvalidator.net/index.html#security-validators_backend
Campaign Code:
type in for example "test", leave the input - validation shows an error - correct
now type in something else - while typing the validation shows that the input is valid - when leaving the input, the server validation will be initiated and the correct result, an error, is shown
Users may be confused, when the validator shows that the input is correct while typing.
I tried to create my own validator by copying and editing the security.dev.js "server" validator because I need additional parameters for validation
Thank you for your help!