pull/7129/head
tugcekucukoglu 2025-01-21 13:14:11 +03:00
parent 19a92ac058
commit 8cf1b0596b
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ export default {
if (oldMask !== newMask) {
this.initMask();
}
},
disabled(newValue, oldValue) {
if (newValue !== oldValue) {
this.updateValue();
}
}
},
mounted() {