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
I see that isValid from createForm is not called anywhere except a test, and the requirement that all fields need to be touched to return true doesn't make a lot of sense to me.
Should the function be removed?
The text was updated successfully, but these errors were encountered:
Yeah, this is a bug 100%. (since the lib aims to mirror formik api that's not how it works in formik -> if anything is touched the form is by definition itself touched). You do not expect a user to enter / touch all fields - especially when he is doing a partial update on a record.
I see that isValid from createForm is not called anywhere except a test, and the requirement that all fields need to be touched to return true doesn't make a lot of sense to me.
Should the function be removed?
The text was updated successfully, but these errors were encountered: