-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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-table: Date filter not working #14987
Comments
I am experiencing this issue also. When clicking on the month arrows, the calendar closes. When clicking on the date, the calendar closes and the date is not set on the filter. As mentioned, you can reproduce this on the PrimeNG documentation page for table filter. Try changing the month or picking a day. |
I reverted now to 17.7.0. |
I am also experiencing this issue. Screen.Recording.2024-03-18.at.5.09.39.PM.mov |
…ny target within the p-datepicker dialog
Fixed #14987 - Table | Date Filter Closing Unexpectedly
fixes primefaces#16020 without breaking the primefaces#14987
Describe the bug
The date picker in a date filter in p-table is no longer working. I cannot switch to other months and the selection is not used as filter.
Environment
you can see in the documentation:
https://primeng.org/table#filter
Reproducer
No response
Angular version
17.2.3
PrimeNG version
17.10.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.1
Browser(s)
No response
Steps to reproduce the behavior
https://primeng.org/table#filter
Expected behavior
The date picker in a filter column should be usable and the selected date should be used as filter value.
The text was updated successfully, but these errors were encountered: