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
I am using CalendarModule component "primeng":"^15.3.0", in "@angular/common":"^15.0.0", "@angular/core":"^15.0.0".
I need to load the next 13 months from now but the month load fails when the current month is November or December. For the rest of the months, the process works.
Do you have this scenario identified, do you have a proposed solution?
the expected behaviour is to be able to recover the next 13 months without error for the months of November and December. The error is only reproducible for these two months.
The text was updated successfully, but these errors were encountered:
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
Dear team,
I am using CalendarModule component "primeng":"^15.3.0", in "@angular/common":"^15.0.0", "@angular/core":"^15.0.0".
I need to load the next 13 months from now but the month load fails when the current month is November or December. For the rest of the months, the process works.
Do you have this scenario identified, do you have a proposed solution?
Example of failed configuration:
Environment
development environment
Reproducer
https://stackblitz.com/edit/primeng-calendar-demo-k8gckd?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html
Angular version
15.0.0
PrimeNG version
15.3.0
Build / Runtime
Angular CLI App
Language
ALL
Node version (for AoT issues node --version)
8.3.0
Browser(s)
all
Steps to reproduce the behavior
No response
Expected behavior
the expected behaviour is to be able to recover the next 13 months without error for the months of November and December. The error is only reproducible for these two months.
The text was updated successfully, but these errors were encountered: