q-item inside q-menu does not emit click events #17891
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-webpack
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
I am using a list of items inside a q-menu.
These items should be clickable to trigger a method (and do something else). But I cannot manage to get the click event working with the q-items.
I spent time trying to make the codepen works (even had to create an account on codepen). So I hope it is clear enough.
What did you expect to happen?
I expect that q-item can trigger click event. But only q-item-section and q-item-label are.
If the q-menu is outside a q-input, it works.Edit: In fact even if the q-menu is outside a q-input it does not trigger the click event (sorry).Reproduction URL
https://codepen.io/DocBoucou111/pen/yyLoLKR
How to reproduce?
<q-input>
(and the</q-input>
)you see that item, section and label are clickedsection and label are clickedFlavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Components (quasar)
Platforms/Browsers
Firefox
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: