Skip to content

Commit c20b350

Browse files
Merge pull request #18124 from primefaces/issue-17527
fix: #17527 - p-inputmask does not update p-filled class after doing …
2 parents f5586aa + 4b42505 commit c20b350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/primeng/src/inputmask/inputmask.ts

+1
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ export class InputMask extends BaseComponent implements OnInit, AfterContentInit
845845

846846
updateFilledState() {
847847
this.filled = this.inputViewChild?.nativeElement && this.inputViewChild.nativeElement.value != '';
848+
this.cd.markForCheck();
848849
}
849850

850851
focus() {

0 commit comments

Comments
 (0)