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] V-select won't close after opening and then tabbing out #5774

Closed
Trimakas opened this issue Nov 30, 2018 · 1 comment · Fixed by #5780
Closed

[Bug Report] V-select won't close after opening and then tabbing out #5774

Trimakas opened this issue Nov 30, 2018 · 1 comment · Fixed by #5780
Assignees
Labels
T: bug Functionality that does not work as intended/expected

Comments

@Trimakas
Copy link

Versions and Environment

Vuetify: 1.3.11
Vue: 2.5.17
Browsers: Chrome 70.0.3538.102
OS: Linux

Steps to reproduce

This is actually code from the Vuetify website. If you select the first select box, and then tab out of it you can no longer close the combo box. Here is the Vuetify example https://vuetifyjs.com/en/components/selects#example-light

Expected Behavior

V-select would close once it loses focus.

Actual Behavior

The v-select doesn't close, and it remains un-closable until you refresh the page.

Reproduction Link

https://codepen.io/Trimakas/pen/oQmNXv?&editable=true&editors=101

@johnleider johnleider added the T: bug Functionality that does not work as intended/expected label Nov 30, 2018
dsseng added a commit to dsseng/vuetify that referenced this issue Dec 1, 2018
dsseng pushed a commit to dsseng/vuetify that referenced this issue Dec 9, 2018
johnleider pushed a commit that referenced this issue Dec 9, 2018
* fix(VSelect): fix VSelect behavior when switching to another tab

Fixes #5774

* fix(VSelect): make unit tests passing
@johnleider johnleider reopened this Dec 12, 2018
@johnleider
Copy link
Member

Fix reverted in d3bc050

@johnleider johnleider self-assigned this Dec 12, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Dec 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants