Heribertus K.

Results 2 comments of Heribertus K.

sorry for bumping this issues, is this problem already solved? because I still can't clear values on input programmaticaly.

@rgb-one : your solution works, but i'm using non-standar format for thousand separator. So I change it a bit: ```js watch: { // ... value(val) { this.cleave.setRawValue(val.replace(/\D/g,'')) } } ```...