Table: ColumnFilter is applied on enter but not on click outside #16310
Labels
Status: Pending Review
Issue or pull request is being reviewed by Core Team
Milestone
Describe the bug
ColumnFilter applies the filter on enter - but not on click outside. In both cases is the filter value saved and visually applied.
This results in an invalid visual state:
( Pressing ESC results in the same invalid state )
Same behavior for display row and menu.
Environment
Tested on documentation page
Reproducer
https://primeng.org/table#filter
Angular version
17.3.2
PrimeNG version
17.18.7
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.2
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
For display row or menu (when showButtons = false or showApplyButton = false ):
( i think applying is more what the user expect )
The text was updated successfully, but these errors were encountered: