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
If the form uses submit validation method and user submits, the validation errors show up on the form. However, as they type, the errors don't go away. So they never know if the problem is fixed.
Is there a way to use submit validation initially and then watch validation after the first submission?
The text was updated successfully, but these errors were encountered:
If the form uses
submit
validation method and user submits, the validation errors show up on the form. However, as they type, the errors don't go away. So they never know if the problem is fixed.Is there a way to use
submit
validation initially and thenwatch
validation after the first submission?The text was updated successfully, but these errors were encountered: