ContextMenu: The item action is not executed on Enter key when the "item" template has been redefined #5983
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Hello,
I'm using the ContextMenu component, where I've redefined the "item" template.
When I click on an item, the action is executed. However, when I press the Enter key, this is not the case.
There's no such problem with the "TieredMenu" component.
Reproducer
https://stackblitz.com/edit/ntwibf-m51q5j
PrimeVue version
3.53.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Do the same with the TieredMenu composant toggled by the button : It works.
Expected behavior
The action must be executed.
The text was updated successfully, but these errors were encountered: