-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p-calendar: Cannot read properties of undefined (reading 'length') #13348
Comments
@cetincakiroglu Is there any chance this PR can be reviewed? This has a very basic repro and is throwing an exception when trying to simply change the year via arrows. |
@SoyDiego has put in effort to resolve some of these very basic oustanding issues. Do we know when we can get a PR review? I'm not asking PrimeNG to fix something for me outside of support, I'm only asking that they review a fix for something that is simply broken. Helps everyone! Thanks! 👍 |
Hi, We are now fully focused on accessibility improvements. That's why there was a bit of a hitch. I will inform you after reviewing the PR. Thank you |
[#13348] - Fixed calendar component, added yearOptions onInit
Describe the bug
I've reduced this down to its core repro:
Try changing the month using the upper left/right arrows.
Environment
Angular / PrimeNG 16
Reproducer
https://stackblitz.com/edit/github-wh3ibs
Angular version
16.0.0
PrimeNG version
16.0.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The month should change without throwing a JavaScript error.
The text was updated successfully, but these errors were encountered: