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
Disabled dates are not fully disabled in range mode. When dates are disabled and the selectionMode is 'single', then disabled dates can not be selected, but when it's set to range, disabled dates can be selected so long as the start and end date are enabled.
Environment
Compiled and served on Mac OS, StackBlitz, Windows. Tested on all modern browsers.
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
Disabled dates are not fully disabled in range mode. When dates are disabled and the selectionMode is 'single', then disabled dates can not be selected, but when it's set to range, disabled dates can be selected so long as the start and end date are enabled.
Environment
Compiled and served on Mac OS, StackBlitz, Windows. Tested on all modern browsers.
Reproducer
No response
Angular version
16.2.5
PrimeNG version
16.3.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Disabled dates should be prevented from being selected regardless of whether they're selected within a range or as singular dates.
The text was updated successfully, but these errors were encountered: