Skip to content

Commit

Permalink
fix(input): handle inputValue change
Browse files Browse the repository at this point in the history
  • Loading branch information
thekhegay authored Aug 20, 2024
1 parent a912b38 commit 3b2f6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/lib/input/input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class WrInputComponent extends WrAbstractBase implements ControlValueAcce
writeValue(value: string): void {
this.value = value;
this.onChange(value);
this.inputValue.set(value);
this.cdr.markForCheck();
}

Expand Down

0 comments on commit 3b2f6b8

Please sign in to comment.