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
- 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/#...
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
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/#...