react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

Bug: minDate not working for some dates

Open afrievalt opened this issue 2 years ago • 0 comments

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 IMG_9639 IMG_9640

afrievalt avatar Mar 02 '23 14:03 afrievalt