Table: ColumnFilter is not working at Date types when 'showMatchModes' and 'showOperator' both set to false #14778
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
When 'showMatchModes' and 'showOperator' both set to false in the columnFilter where the type is "date" then after selection the date from the DatePicker the filter menu closing itself and not filtering the table.
Environment
angular 17.0.5
primeng 17.6.0
node 20.9.0
Reproducer
https://stackblitz.com/edit/i8xazh-usphof?file=src%2Fapp%2Fdemo%2Ftable-filter-menu-demo.html
Angular version
^17.0.5
PrimeNG version
17.6.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The filter menu should remain open and filter the table for the selected date
This was still working at primeng version 17.3.1
The text was updated successfully, but these errors were encountered: