The error messages don't dinamically insert the validation parameters.
Example:
If an input has the rule minLength:3 that isn't respected the errorMessage should be aware of that "3" and replacing the placeholder in the error message with the actual "3".
Tha validatinator package does that but for some reason it doesn't here.
The error messages don't dinamically insert the validation parameters.
Example:
If an input has the rule
minLength:3that isn't respected the errorMessage should be aware of that "3" and replacing the placeholder in the error message with the actual "3".Tha validatinator package does that but for some reason it doesn't here.