Rafael de Paiva
Rafael de Paiva
When you have both `startingDate` and `startFromDate` set, clicking on 'THIS WEEK' button changes the calendar first week day to _today_. Let's say you have ``` startFromDate=true startingDate="2017-07-05" ``` Initially,...
When having `startFromDate` and `startingDate` set, clicking on 'THIS WEEK' button should keep the same first weekday. Also fixes the issue with 'THIS WEEK' button not being disabled when having...
Should there be a way of adding a simple placeholder text?
Seems related to #10945. My use case is: when a user tries to navigate with an expired token (by leaving the window open long enough) the API calls will fail...