Fixed #7020 - InputMask: pt styles

pull/7060/head
tugcekucukoglu 2025-01-08 11:07:31 +03:00
parent cc4ace8877
commit f5e43eb567
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ export default {
},
rootPTOptions() {
return {
root: mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams))
root: mergeProps(this.ptm('pcInputText', this.ptmParams)['root'], this.ptmi('root', this.ptmParams))
};
},
ptmParams() {