diff --git a/src/components/select/select.vue b/src/components/select/select.vue index c4c60eed..f5896c66 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -480,6 +480,8 @@ } }, clearSingleSelect(){ // PUBLIC API + // fix #446 + if (!this.multiple) this.$emit('input', ''); this.$emit('on-clear'); this.hideMenu(); if (this.clearable) this.reset();