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
Thank you for this library.
I'm trying to create a custom validator using createValidator helper
In the message I need use current value, how to achieve this?
It looks something like this
constmyValidator=createValidator(message=>value=>message,(field,value)=>`${field} has value ${value}`);
The text was updated successfully, but these errors were encountered:
Thank you for this library.
I'm trying to create a custom validator using
createValidator
helperIn the message I need use current value, how to achieve this?
It looks something like this
The text was updated successfully, but these errors were encountered: