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][2.6.10] VSelect triggers blur when clicking on disabled item #15839

Assignees
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected
Milestone

Comments

@kaioanselmo
Copy link

Environment

Vuetify Version: 2.6.10
Vue Version: 2.7.10
Browsers: Firefox 105.0
OS: Windows 10

Steps to reproduce

  1. Click on VSelect
  2. Click on disabled item
  3. Blur event is trigger

Expected Behavior

When click on disabled item, blur event is not triggered.
Blur event should fire when menu is no longer displayed

Actual Behavior

When click on disabled item, blur event is triggered.
Blur event does not fire when menu is no longer displayed

Reproduction Link

https://codepen.io/manolion/pen/RwyJqNN

@johnleider johnleider self-assigned this Jan 10, 2023
@johnleider johnleider added T: bug Functionality that does not work as intended/expected C: VSelect VSelect and removed S: triage labels Jan 10, 2023
@johnleider johnleider added this to the v2.6.x milestone Jan 10, 2023
@KaelWD KaelWD modified the milestones: v2.6.x, v2.7.x Jul 5, 2023
@KaelWD KaelWD assigned KaelWD and unassigned johnleider Feb 12, 2024
KaelWD added a commit that referenced this issue Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment