Skip to content

Commit

Permalink
fix(kit): InputNumber should emit form control change if value is l…
Browse files Browse the repository at this point in the history
…ess/more than `min`/`max` (#7809)
  • Loading branch information
nsbarsukov authored Jun 18, 2024
1 parent 84cbaf4 commit 2d6ab2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export class TuiInputNumberComponent

if (this.isNativeValueNotFinished) {
this.unfinishedValue = nativeValue;
this.value = parsedValue;
this.cdr.markForCheck();

return;
}
Expand Down

0 comments on commit 2d6ab2d

Please sign in to comment.