mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
@@ -288,8 +288,8 @@
|
||||
},
|
||||
|
||||
maybeDeleteValue() {
|
||||
if( ! this.$els.search.value.length ) {
|
||||
this.value.pop();
|
||||
if( ! this.$els.search.value.length && this.value ) {
|
||||
return this.multiple ? this.value.pop() : this.$set('value', null)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user