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
In the "Selectable Period" example, days that are selected are not updating with the correct class in the DOM when the dayClicked handler is executed.
The demo works fine, but the StackBlitz does not. Days do not have the selected class applied unless the view is switched, demonstrating that the class is being applied in beforeMonthViewRender(), but not dayClicked()
Minimal reproduction of the problem with instructions
To reproduce, just open the StackBlitz and click a day. It won't highlight when clicked, but will highlight if you switch views or go to another month and then come back to the original view.
Screenshots
Versions
@angular/core: 7.2.14
angular-calendar: 0.27.5
Browser name and version: Chrome 73.0.3683.103
The text was updated successfully, but these errors were encountered:
Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider supporting me on Patreon
Describe the bug
In the "Selectable Period" example, days that are selected are not updating with the correct class in the DOM when the dayClicked handler is executed.
The demo works fine, but the StackBlitz does not. Days do not have the selected class applied unless the view is switched, demonstrating that the class is being applied in beforeMonthViewRender(), but not dayClicked()
Minimal reproduction of the problem with instructions
To reproduce, just open the StackBlitz and click a day. It won't highlight when clicked, but will highlight if you switch views or go to another month and then come back to the original view.
Screenshots
Versions
@angular/core
: 7.2.14angular-calendar
: 0.27.5The text was updated successfully, but these errors were encountered: