-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TieredMenu: Menu commands in the TieredMenu don't receive any arguments #3391
Comments
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days. |
Am I missing something? Could you try again? |
Apologies, I linked a working version that used |
Hi, I have the same issue with Menubar
any workaround ? Best regards |
Hi, Same error here on MenuBar. Any idea on how to fix it ? |
Describe the bug
In a typical menu item:
The command function receives undefined instead of an object contained the originalEvent and other menu bits.
Reproducer
https://codesandbox.io/s/dry-forest-3zsdh5?file=/src/App.vue
PrimeVue version
3.21.0
Vue version
3.x
Language
ALL
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The argument should be the same as Menu, it should be an object that contains the originalEvent.
The text was updated successfully, but these errors were encountered: