Can't get correct value through formik.values.fieldName
inside the onChange
handler
#3368
Labels
formik.values.fieldName
inside the onChange
handler
#3368
Bug report
when typing in the input,
formik.values.email
didn't return the current value of the input boxCurrent Behavior
Expected behavior
formik.values.email
should return the current real valueReproducible example
code sandbox
open the link and check the console tab
Suggested solution(s)
inside the
executeChange
function(Formik.ts
file line 590), update the value in the ctx at the same time.Additional context
Your environment
The text was updated successfully, but these errors were encountered: