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
When a Parsley field is wrong, you have a onFieldError() callback, although a method onFormError()doesn't exist. Why cannot we create this method like onFieldValidate and onFormValidate? It would be more consistent.
The text was updated successfully, but these errors were encountered:
When a Parsley field is wrong, you have a
onFieldError()
callback, although a methodonFormError()
doesn't exist. Why cannot we create this method likeonFieldValidate
andonFormValidate
? It would be more consistent.The text was updated successfully, but these errors were encountered: