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 f2dfef4 commit 159df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/inputnumber/inputnumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const INPUTNUMBER_VALUE_ACCESSOR: any = {
[attr.data-pc-section]="'input'"
pAutoFocus
[autofocus]="autofocus"
[class.p-variant-filled]="true"
[class.p-variant-filled]="variant == 'filled'"
/>
<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 159df62

Please sign in to comment.