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
It is possible to create a custom async validator using ValidateJS. An async validator will change the behavior of ValidateJS so that it returns a promise instead of undefined or an array.
Need to determine how best to handle async. Perhaps a separate plugin? Otherwise, it may cause breaking changes in can-validate-validatejs
The text was updated successfully, but these errors were encountered:
It is possible to create a custom async validator using ValidateJS. An async validator will change the behavior of ValidateJS so that it returns a promise instead of
undefined
or an array.Need to determine how best to handle async. Perhaps a separate plugin? Otherwise, it may cause breaking changes in can-validate-validatejs
The text was updated successfully, but these errors were encountered: