kevicency/formik-office-ui-fabric-react

Date picker validation issue

dusanjovanov opened this issue · 1 comments

I have a date picker field that's required, and the error shows if there's no value. But when I set the value, the error doesn't go away immediately. Like the validation runs before setting of the value or something. It goes away only after I focus and blur the field again.

captured

The same issue on FormikDropdown, it works fine on Formik 1.4.0, but the bug appears in 2.1.4. I didn't test other versions though.

codesandbox