Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Bug Report] v-autocomplete/v-combobox @blur behaviour #11066
Comments
|
Hi, mind I work on this one? |
|
As per the documentation, the expected behavior of the |
|
do you mind linking where this info is found? |
|
Right here -> https://vuetifyjs.com/en/components/combobox/ In the API, the events mention that |
|
is anyone already working on this issue? |


Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
Expected Behavior
v-autocomplete/v-combobox
@blurevent should be triggered when the componentis-focusedclass is removedActual Behavior
v-autocomplete/v-combobox
@blurevent is triggered when the input is unfocused butis-focusedclass still existsReproduction Link
https://codepen.io/donald-ma/pen/JjYPQjX
Other comments
v-autocomplete/v-combobox
@focusevent seems to be triggered when theis-focusedclass is added but@blurevent triggers even if theis-focusedclass is still there.