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
Appreciate the quick resolution on this, but I don't think this is fully resolved.
To allow custom onChange while still internally updating Formik state, prop onChange should not overwrite existing onChange. Instead, existing (internal) onChange should check if the user onChange is passed as a prop and execute it if so.
Consider
Toggling this checkbox does not set
rememberMe
field as touched.The text was updated successfully, but these errors were encountered: