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
Current behavior:
As soon as I set a minimum date value (native date), on a RangeDatepicker, the pager starts acting weird, you can't page the months.
Expected behavior:
Pager should work like it does when no minimum date value is set.
Steps to reproduce:
Add a rangedatepicker component.
Set the range and assign the onSelect function (like the documents).
Set a minimum date value. For example: minimum should be today. (The current default minimum value is: this.dateService.getYearStart(this.dateService.today());).
Use the arrows on the top right to navigate between the months. As soon as you click the right one, the days disappear.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
As soon as I set a minimum date value (native date), on a RangeDatepicker, the pager starts acting weird, you can't page the months.
Expected behavior:
Pager should work like it does when no minimum date value is set.
Steps to reproduce:
Related code:
Feature request
Add the ability to change the first day of the week, currently it's always Sunday, but it would be nice to have Monday as the first day of the week.
Other information:
OS, device, package version
The text was updated successfully, but these errors were encountered: