This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<v-text-field
|
||||
ref="textField"
|
||||
:value="currencyValue"
|
||||
@change="updateValue"
|
||||
@input="updateValue"
|
||||
v-currency="{
|
||||
currency: null,
|
||||
locale: languageName,
|
||||
@@ -52,6 +52,9 @@ export default {
|
||||
currency: null,
|
||||
locale: this.languageName
|
||||
});
|
||||
if (parsedValue == this.value) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.$emit("input", parsedValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user