Update select-head.vue

This commit is contained in:
梁灏 2019-09-09 15:08:50 +08:00
parent 1badfd0937
commit 177941f751

View file

@ -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');
},