vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.59k stars 6.94k forks source link

[Bug Report][3.0.1] VSelect Menu not staying open with menu-props set not to close #16085

Open rafaeldsousa opened 1 year ago

rafaeldsousa commented 1 year ago

Environment

Vuetify Version: 3.0.1 Last working version: 2.6.12 Vue Version: 3.2.45 Browsers: Chrome 107.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Open select dropdown Right-click options and select inspect (menu goes away instantly)

Expected Behavior

Menu to stay open if MenuProps are set not be closed on ContentClick or CloseOnClick

Actual Behavior

Menu closes regardless of props being set for MenuProps

Reproduction Link

https://codepen.io/rafaeldesousa/pen/poKwEPE

Other comments

Seems like it used to work on v2, but for some reason not working on v3. https://codepen.io/rafaeldesousa/pen/poKwEPE

johnleider commented 7 months ago

This is happening because when you blur the input, the menu closes. I agree that it's annoying to inspect the menu elements but I wouldn't consider this a bug.

KaelWD commented 7 months ago

If you just want to inspect the menu: Screenshot_20240122_205527