Describe the bug
When I use maxDate with 2 columns, sometimes the month shows up in column 1 instead of showing always as the last column... what I'm trying to do is allow the user to select a range in the past...
To Reproduce
Steps to reproduce the behavior:
Click the input to pick a date (in the codepen demo)
See the result
Refresh the page
Repeat Step 1 until you see the difference
Expected behavior
Always show like this:
(the second column should be inside the range of maxDate)
Instead of this :
(maxDate falls inside the first column - which happens sometimes)
The last moth is useless since the maxDate is Oct 1st.
Describe the bug When I use maxDate with 2 columns, sometimes the month shows up in column 1 instead of showing always as the last column... what I'm trying to do is allow the user to select a range in the past...
To Reproduce Steps to reproduce the behavior:
Expected behavior Always show like this: (the second column should be inside the range of maxDate)
Instead of this : (maxDate falls inside the first column - which happens sometimes)
The last moth is useless since the maxDate is Oct 1st.
codepen.io https://codepen.io/viniciuscenci/pen/WNOWoWB