Update select-head.vue
This commit is contained in:
parent
1badfd0937
commit
177941f751
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
|||
this.$emit('on-input-focus');
|
||||
},
|
||||
onInputBlur () {
|
||||
if (!this.showCreateItem) return;
|
||||
if (this.showCreateItem) return;
|
||||
if (!this.values.length) this.query = ''; // #5155
|
||||
this.$emit('on-input-blur');
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue