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
The useAJVForm hooks considers a form that is not dirty to also not be valid. In the case when working on a form that is updating something, we might want to trigger some action if the form is valid but not necessarily dirty yet. Since there is a isDirty property I think that it's no need for it to be reflected in the validation of the form