diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 75824a3..5a1516a 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; -- libgit2 0.21.4