You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select start date and select end date to be not from the next month but three or four months ahead, so start date 1.11.2020 end date 1.5.2021
dialog will close.
after you click again on the date picker on the start date, the monthly selection will have Nov 2020 on the left side (start date) and May 2021 on the right side (end date) next to it.
this is wrong we should show on the right the next month in order Dec 2020
Reproduction link
https://nfe7js--run.stackblitz.io
Steps to reproduce
Open the angular version
https://nfe7js--run.stackblitz.io
select start date and select end date to be not from the next month but three or four months ahead, so start date 1.11.2020 end date 1.5.2021
dialog will close.
after you click again on the date picker on the start date, the monthly selection will have Nov 2020 on the left side (start date) and May 2021 on the right side (end date) next to it.
this is wrong we should show on the right the next month in order Dec 2020
See comparison here
https://www.loom.com/share/2df7390a9e5f41ef93b3230b7e9fd9a6
you can compare it with the react version where it works correct
https://ourcwt--run.stackblitz.io/
What is expected?
have the months always appear in the correct order with no gaps.
What is actually happening?
the calendar selection month order doesn't make sense if the selection is more than two months
please compare to react version and see the behavior is different
The text was updated successfully, but these errors were encountered: