react-multi-date-picker
react-multi-date-picker copied to clipboard
Bug: minDate not working for some dates
Bug: minDate set to "2001/01/01" open calendar Expect: unable to select 2000/01/01 Actual: can select 2000/01/01
https://codesandbox.io/s/mindate-bug-pmmr2f
Other notes:
I was able to reproduce outside of codesandbox
I've seen this work w/ this date before.
I was able to reproduce with new Date(2000, 0, 1)
This code pen works:
https://codesandbox.io/s/mindate-bug-forked-kfpmxg?file=/src/App.js
