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
insert a v-textfield with a key event inside a v-menu
the v-menu catches and prevents the key event originated from the v-textfield (even with .stop or .prevent modifier)
Expected Behavior
the v-textfield event keypress should not be prevented by the v-menu event hander
Actual Behavior
the key press event emmited by the v-textfield is prevented and can't be used (i.e. I want to redirect user to a result page when they press enter after typing in the v-textfield)
Environment
Vuetify Version: 3.7.5
Vue Version: 3.4.15
Browsers: Chrome 131.0.0.0
OS: Linux x86_64
Steps to reproduce
Expected Behavior
the v-textfield event keypress should not be prevented by the v-menu event hander
Actual Behavior
the key press event emmited by the v-textfield is prevented and can't be used (i.e. I want to redirect user to a result page when they press enter after typing in the v-textfield)
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I saw the workaround with using a v-form around and using a @submit event (issue #19920) but that won't cover 100% of use cases
The text was updated successfully, but these errors were encountered: