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
fix(form): remove errors on clear, reset and non inline revalidations
Whenever a form was cleared or reset by their respective behaviors clear or reset, any existing error messages were not removed
Additionally , when form fields are revalidated after they have been invalidated the error message was still visible in the error messages. However this was not the case when the form had inline errors.
0 commit comments