From 8a25357752de017df5e742531c526f3360118df0 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Wed, 18 Sep 2024 10:59:33 +0300 Subject: [PATCH] Correct pt implementation order --- packages/primevue/src/inputmask/InputMask.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/inputmask/InputMask.vue b/packages/primevue/src/inputmask/InputMask.vue index 94b96722e..a9c71f04b 100755 --- a/packages/primevue/src/inputmask/InputMask.vue +++ b/packages/primevue/src/inputmask/InputMask.vue @@ -534,7 +534,7 @@ export default { return [this.cx('root'), this.class]; }, rootPTOptions() { - return mergeProps(this.ptmi('root', this.ptmParams), this.ptm('pcInputText', this.ptmParams)); + return mergeProps(this.ptm('pcInputText', this.ptmParams), this.ptmi('root', this.ptmParams)); }, ptmParams() { return {