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 up[Bug Report] Combobox reseting search-input #10953
Open
Labels
Comments
|
You just need to use the handleChange(items) {
this.$nextTick(function(){
this.searchText = "";
this.selected = "";
});
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Environment
Vuetify Version: 2.2.19
Vue Version: 2.6.11
Browsers: Firefox 74.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Search text should disappear.
Actual Behavior
As logged in the console, the search text is set to empty string in handleChange and reset to the old value after it.
Reproduction Link
https://codepen.io/no0by5/pen/zYGyqdm