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.7.2] Autocomplete > menu-props > closeOnContentClick #20590

Open
mahovsson opened this issue Oct 17, 2024 · 1 comment
Open

[Bug Report][3.7.2] Autocomplete > menu-props > closeOnContentClick #20590

mahovsson opened this issue Oct 17, 2024 · 1 comment

Comments

@mahovsson
Copy link

Environment

Vuetify Version: 3.7.2
Vue Version: 3.3.13
Browsers: Chrome 129.0.0.0
OS: Mac OS 10.15.7

Steps to reproduce

  1. Use the v-autocomplete component.
    2. Set menu-props with { closeOnContentClick: false }.
    3. Observe that the menu still closes when clicking an item inside the dropdown.

Expected Behavior

The menu should not close when closeOnContentClick: false is set, consistent with the behavior in v-menu.

Actual Behavior

The menu closes upon clicking inside the dropdown even when closeOnContentClick: false is applied.

Reproduction Link

https://play.vuetifyjs.com/#...

@mahovsson
Copy link
Author

I found out that it's same also for property persistent if you add it to menu-props it does not work, but when having like menu separately it works as it suppose to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant