From ef1791f8a38fef680c28c91c9f50f761a6b79af5 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 3 Oct 2024 15:26:51 +0300 Subject: [PATCH] Fixed #6505 --- packages/primevue/src/inputmask/InputMask.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/primevue/src/inputmask/InputMask.vue b/packages/primevue/src/inputmask/InputMask.vue index f03c84e25..25443c85a 100755 --- a/packages/primevue/src/inputmask/InputMask.vue +++ b/packages/primevue/src/inputmask/InputMask.vue @@ -538,7 +538,9 @@ export default { return [this.cx('root'), this.class]; }, rootPTOptions() { - return mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams)); + return { + root: mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams)) + }; }, ptmParams() { return {