ErrorsForm.js equals doesn't work
Hi, im trying to implement a password validation and it doesn't work.
At this point: (in useInputForm)
The "ValidationRules" prints: {isRequired: true, equals: ""}
meanwhile the validation prints: {isRequired: true, equals: "1234567"}.
My Textfield looks like:

Its neccessary to put validation inside useState? Thanks!
Hello @ruco1996 ,
My source code was bugged. I updated the repository. Could you please give it a try and let me know if it works now?
You shouldn't have to put validation inside useState, though I'm not entirely sure I get what you mean.
Best regards, Dana
Still not working --> equals validation for password verification.