Skip to content

Commit

Permalink
fix: hint status text for required input not shown after force clear #…
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 16, 2024
1 parent 3a82b91 commit 37049af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export class PrizmInputLayoutComponent
readonly onClearClick = (event: MouseEvent) => {
this.clear.next(event);
this.control.clear(event);
this.control.stateChanges.next();
this.actualizeStatusIcon();
};

Expand Down

0 comments on commit 37049af

Please sign in to comment.