Skip to content

Commit

Permalink
Fixed #10716 - float-label pInputText problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Oct 8, 2021
1 parent e76af44 commit 68c1219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/inputtext/inputtext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class InputText implements DoCheck, AfterViewInit {
}

ngAfterViewInit() {
this.updateFilledState();
this.cd.detectChanges();
}

Expand Down

0 comments on commit 68c1219

Please sign in to comment.