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
closes#434, #408 - added $event to onValidationError and call preventDefault when onValidateBeforeSubmit is true
We can't prevent the submit after waiting for async validation, so we just prevent it before calling any validation and let the user
manually submit the form in the `onSubmit` handler, if it validates.
0 commit comments