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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm calling
setFieldValue
withshouldValidate
(docs):And it seems to be validating the whole form instead of just
foo
field, is this the expected behavior?As a workaround I tried using
validateField
:But
validateField
doesn't have acess to the updated value offoo
, so it won't work.Any suggestions? I'm using
v2.2.10
withvalidationSchema
.Beta Was this translation helpful? Give feedback.
All reactions