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
Validatejs allows custom async validations. If a constraint contains an async validation, validatejs will throw an error; the async validator method must be used.
Package should have new api that opts-in to async method instead of sync method. The async method returns a promise while the sync method returns errors.
The text was updated successfully, but these errors were encountered:
Validatejs allows custom async validations. If a constraint contains an async validation, validatejs will throw an error; the async validator method must be used.
Package should have new api that opts-in to async method instead of sync method. The async method returns a promise while the sync method returns errors.
The text was updated successfully, but these errors were encountered: