jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
591 stars 81 forks source link

DatePicker - RangePicker inconsistent behaviour #143

Open afk-mario opened 4 years ago

afk-mario commented 4 years ago

When you use a Date picker the dates are set as a date ISO value, but when using the Range picker the dates are set as moment objects.

This may be the default behavior of Antd date picker components, in that case you can ignore this.

jannikbuschke commented 4 years ago

Hi @afk-mario ,

Thanks for bringing this up. I think the problem is on our side and might also be present on the WeekPicker