Open
Description
Describe the bug
When filterDisplay
is set to menu
, I would expect that pressing Enter closes the menu and applies the filter. This does not happen.
This is the same issue as #3653 which was closed.
Pull Request Link
No response
Reason for not contributing a PR
- Lack of time
- Unsure how to implement the fix/feature
- Difficulty understanding the codebase
- Other
Other Reason
No response
Reproducer
https://primevue.org/datatable/#advanced_filter
Environment
This reproduced is directly in the documentation. Clicking on the filter icon in the Name
column, writing James
, then hitting Enter does NOT close the menu and apply the filter.
Vue version
3.5.13
PrimeVue version
4.3.1
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
- Go to https://primevue.org/datatable/#advanced_filter
- Click on the filter icon in the
Name
column header - Click on the text field
- Type in
James
- Hit Enter
- Observe that the menu doesn't close
Expected behavior
The menu closes and the filter is applied.