You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I know that my code is not correct, but I want to show you How to call two function in validator field??
And you suggest me a way to call functions but it is also not working it shows me error like this, Validator function needs to be a function, found: object.
Then now please give me another way to call more than one function in Validator field.
Thanks
Sorry to ask you, but... would you be able to provide a real-life use case for this need?
In general, the best thing to do is to use one validator, which will then apply several checks. These checks can and should be implemented in other functions, so that you can "include" any check you like...
I want to call more than one function in validator from complex schema,
my code like this
But it is only called fieldValidatorFunc, it doesn't call ABCValidatorFunc.
I want to call both function at a time OR one by one.
Thanks.
The text was updated successfully, but these errors were encountered: