[Bug Report][3.4.10] When V-Select is readonly, set the menu value to true and do not display the items added on the focus #19144
Labels
C: VOverlay
VOverlay
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 3.4.10
Vue Version: 3.4.15
Browsers: Chrome 120.0.0.0
OS: Windows 10
Steps to reproduce
1.Create a VSelect component, set
readonly
andmenu
2.Add focus event to display items when focus is obtained
Expected Behavior
The dropdown menu should show the items that were added on focus, same as version 3.4.9
Actual Behavior
The items does not show
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
When V-Select is readonly, I want to see what other option values the dropdown menu
The text was updated successfully, but these errors were encountered: