-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Calendar: disabledDates prop not working for month #4370
Comments
Thanks for the reproducer and the PR! |
@legarsjules I am pretty sure your fix also fixes this issue which might even be a duplicate of this issue: #4015 Can you verify? |
@melloware Nope, I still reproduced the issue mentioned in #4015. Let me know if it's ok with you |
Prop Affected places are these: primereact/components/lib/calendar/Calendar.js Line 3683 in ea3ec2d
|
@dochan-consultis feel free to open a new ticket and PR. |
Describe the bug
The prop disabledDates not working for the month view
Reproducer
https://stackblitz.com/edit/vitejs-vite-qmnj9e
PrimeReact version
9.3.1
React version
18.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
If you give the first day of the month in disabledDates, the month should be in disabled state.
The text was updated successfully, but these errors were encountered: