From f2dfef48a06cdf57b56d0649f024d6895c8dd06b Mon Sep 17 00:00:00 2001 From: ANTONA09 Date: Fri, 12 Jul 2024 15:22:03 +0530 Subject: [PATCH] fix: #15885, InputNumberModule: Variant filled is not applied --- src/app/components/inputnumber/inputnumber.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/inputnumber/inputnumber.ts b/src/app/components/inputnumber/inputnumber.ts index 574b1389005..90ed7646148 100644 --- a/src/app/components/inputnumber/inputnumber.ts +++ b/src/app/components/inputnumber/inputnumber.ts @@ -98,6 +98,7 @@ export const INPUTNUMBER_VALUE_ACCESSOR: any = { [attr.data-pc-section]="'input'" pAutoFocus [autofocus]="autofocus" + [class.p-variant-filled]="true" />