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
I just want to handle an event on icon click, as it was in Vuetify 2 (there it doesn't show menu), nothing advanced. The first thing I did was trying to stop propagation, but unfortunately it didn't help.
Environment
Vuetify Version: 3.3.0
Vue Version: 3.3.4
Browsers: Chrome 113.0.0.0
OS: Windows 10
Steps to reproduce
Add @click:prepend-inner to v-select
Expected Behavior
Just called attached function
Actual Behavior
Attached function is called, but menu opens
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: