jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.

Home Page:https://codesandbox.io/s/github/jannikbuschke/formik-antd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatePicker Not Working

faizankhan1995 opened this issue · comments

I am using below code to set value of Date, but submit button doesnot gets enabled even after the date is selected.


I am using yup for validation. RoutePermitExpiry: yup.date().required(),

Hi @faizankhan1995 , can you share a minimal reproduction?