-
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: Doesn't close on date selection in range mode #14558
Comments
Thanks a lot for your report! We'll check and get back to you. |
Fixed #14558 - p-calendar: Doesn't close on date selection in range mode
Sorry to open this back up, but now the primeng/src/app/components/calendar/calendar.ts Line 1495 in 27065cf
|
Due to this change, as @amonsour mentioned, the property Please take a look at this :) |
This issue is closed by a typo of another PR comment. Re-opening the issue |
Hi, Couldn't replicate the same behavior in the latest version (17.11.0) https://stackblitz.com/edit/cte5uw-mrpz6a?file=package.json This issue was probably solved with a PR of another issue between versions 17.0.0 and 17.11.0 . Closing the issue since it doesn't exist anymore. |
Describe the bug
hideOnDateTimeSelect
doesn't work whenselectionMode="range"
Environment
Chrome Version 120.0.6099.109
Ubuntu 22.04
Reproducer
https://stackblitz.com/edit/cte5uw?file=src%2Fapp%2Fdemo%2Fcalendar-range-demo.html
Angular version
17.0.0
PrimeNG version
17.1.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
Chrome 120
Steps to reproduce the behavior
Expected behavior
Datepicker overlay should close
The text was updated successfully, but these errors were encountered: