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.4.10] When V-Select is readonly, set the menu value to true and do not display the items added on the focus #19144

Closed
AndyBeat opened this issue Feb 1, 2024 · 1 comment
Assignees
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

Comments

@AndyBeat
Copy link

AndyBeat commented Feb 1, 2024

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 and menu
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

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke C: VOverlay VOverlay labels Feb 1, 2024
@github-actions github-actions bot removed the S: triage label Feb 1, 2024
@KaelWD
Copy link
Member

KaelWD commented Feb 1, 2024

@johnleider what's this for? 48906bd
disabled is just supposed to stop the activator events

@johnleider johnleider self-assigned this Feb 1, 2024
@johnleider johnleider reopened this Feb 7, 2024
@KaelWD KaelWD added this to the v3.5.x milestone Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VOverlay VOverlay T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Projects
None yet
Development

No branches or pull requests

3 participants