You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the @click:control won't be emitted, the menu options will still be opened.
Is there any way we can use preventDefault to avoid the menu options to be opened when user click the append-inner icon.
Environment
Vuetify Version: 3.5.4
Vue Version: 3.4.15
Browsers: Firefox 122.0
OS: Windows 10
Steps to reproduce
Clicking on each icon.
@click:append does not trigger @click:control but the three others do.
Expected Behavior
Each icon slot should behave similarly (either triggering the control or not)
Actual Behavior
3 out of 4 icon slot trigger @click:control but one does not.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Similar to #17406 and #16678.
However, I believe that this behavior should either be documented or normalized.
The text was updated successfully, but these errors were encountered: