formik-antd icon indicating copy to clipboard operation
formik-antd copied to clipboard

DatePicker: add option to return the string value

Open damonsmith opened this issue 3 years ago • 0 comments

Antd supports returning just the string value from the date picker, this change allows formik-antd to do the same.

I had trouble writing tests that typed values into the date picker field so instead I used the date picker "Today" button to set the date and then compared it to the current date.

damonsmith avatar Jan 07 '21 06:01 damonsmith