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 - RangePicker inconsistent behaviour

afk-mario opened this issue · comments

commented

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.

Hi @afk-mario ,

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