Skip to content

Commit

Permalink
fix(kit): InputNumber fix lost value (#7751)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy authored Jun 17, 2024
1 parent c185d3b commit 90fdc93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ export class TuiInputNumberComponent

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

return;
}
Expand Down

0 comments on commit 90fdc93

Please sign in to comment.