pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
347 stars 195 forks source link

Next month button skips months in certain cases #84

Closed pgambling closed 7 years ago

pgambling commented 7 years ago

Stumbled on this issue today (Jan 30).

If you click the next month button after selecting a day of month doesn’t exist in the following month, the calendar will skip over that month completely. In my case, I had January 30th selected, clicked next month, ended up on March because February is only 28 days. Clicking previous month took me to February.

I reproduced the issue on the demo page. Please see the attached gif.

datepicker-feb-bug