mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
fix(component): [input-mask] same value triggers update
This commit is contained in:
parent
786f9c65e6
commit
abef49699c
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ export default {
|
|||
},
|
||||
|
||||
updateModelValue(value) {
|
||||
if (this.currentVal === value) return;
|
||||
const val = this.unmask ? this.getUnmaskedValue() : value;
|
||||
|
||||
this.currentVal = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue