PrimeNg p-columnFilter does not close on outside element click or scroll or search submit #14658
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
primeng p-columnFilter element filter does not work properly.
Filters not close on click outside of the element
working in primeng 13
https://stackblitz.com/edit/primeng-tablefilter-demo?file=package.json
not working on future versions
https://stackblitz.com/edit/primeng-tablefilter-demo-cgdpzk?file=package.json
Provided solutions in #10692
do not help
Environment
"primeng": "~16.5.1",
"@angular/core": "^16.2.0",
Reproducer
No response
Angular version
16.2
PrimeNG version
16.5
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10
Browser(s)
Chrome
Steps to reproduce the behavior
Create primeng Table, add standart fllters. Filter cannot be closed on external click.
See both links for working properly in v13 and not working in v16
working in primeng 13
https://stackblitz.com/edit/primeng-tablefilter-demo?file=package.json
not working on future versions
https://stackblitz.com/edit/primeng-tablefilter-demo-cgdpzk?file=package.json
Expected behavior
Filters should open without extra directives and works arrounds and should close on outside element click or scrolls
The text was updated successfully, but these errors were encountered: