Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rafaeldsousa opened this issue Nov 14, 2022 · 2 comments
Assignees
Labels
C: VMenu VMenu T: enhancement Functionality that enhances existing features

Comments

@rafaeldsousa
Copy link

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
Copy link
Member

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.

@johnleider johnleider added T: enhancement Functionality that enhances existing features C: VMenu VMenu and removed S: triage labels Jan 22, 2024
@KaelWD
Copy link
Member

KaelWD commented Jan 22, 2024

If you just want to inspect the menu:
Screenshot_20240122_205527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VMenu VMenu T: enhancement Functionality that enhances existing features
Projects
None yet
Development

No branches or pull requests

3 participants