@@ -72,7 +72,7 @@ export default {
},
inputVal(val) {
if (!this.decimalOptions.needy) {
- this.handleInput(val)
+ this.handleInput(String(val))
}