diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 75824a35..5a1516ac 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -312,6 +312,7 @@ this.$emit('input', ''); this.setCurrentValue(''); this.$emit('on-change', e); + this.$emit('on-clear'); }, handleSearch () { if (this.disabled) return false;