I have a customServer validator. When I call valuesManager.validate(), the validate() call returns true, and then enters customServer condition(). The error is shown but I expected validate() to return false.
How can I have condition() called prior to returning from validate()?
How can I have condition() called prior to returning from validate()?
Comment