Environment
Vuetify Version: 3.11.1
Vue Version: 3.5.25
OS: macOS 10.15.7 (current), Windows
Steps to reproduce
- Click the text field (causes the menu to appear)
- Interact with the slider or any of the buttons
Expected Behavior
Menu should allow the user to interact with its content.
Actual Behavior
Menu closes automatically when the user interacts with the content of the menu.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
If I use the tab key to make the text field focused, then the menu is not closing when interacting with it.
In the reproduction, switch to Vuetify v3.10.8 to see how it worked previously.