Skip to content

Commit

Permalink
fix: primefaces#15885, InputNumberModule: Variant filled is not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ANTONA09 committed Jul 12, 2024
1 parent e142de6 commit f2dfef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/inputnumber/inputnumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const INPUTNUMBER_VALUE_ACCESSOR: any = {
[attr.data-pc-section]="'input'"
pAutoFocus
[autofocus]="autofocus"
[class.p-variant-filled]="true"
/>
<ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
<TimesIcon *ngIf="!clearIconTemplate" [ngClass]="'p-inputnumber-clear-icon'" (click)="clear()" [attr.data-pc-section]="'clearIcon'" />
Expand Down

0 comments on commit f2dfef4

Please sign in to comment.