Closed
Description
Hi,
I have a validation for an input tag but also want to be able to apply errors on it from the outside manually. I'm trying to do this with Form.validationErrors
but it completely disable the input validation when Form.validationErrors = {}
is set. If I set Form.validationErrors = {number: 'wrong number'}
It shows the error message and the input validation works. Unfortunately the error message displayed from Form.validationErrors
doesn't get removed nor updated.
What do I do wrong? It would be great if you could help me to set it up. Thanks also for your awesome react plugin.
Metadata
Assignees
Labels
No labels