@@ -196,8 +196,8 @@
this.$refs.input.setCurrentValue(this.currentValue);
return;
}
- this.$emit('change', newVal, oldVal);
this.$emit('input', newVal);
+ this.$emit('change', newVal, oldVal);
this.currentValue = newVal;
},
handleInputChange(value) {