diff --git a/projects/kit/components/input-number/input-number.component.ts b/projects/kit/components/input-number/input-number.component.ts index d185ee68627f..e009ecc1a0c2 100644 --- a/projects/kit/components/input-number/input-number.component.ts +++ b/projects/kit/components/input-number/input-number.component.ts @@ -242,6 +242,7 @@ export class TuiInputNumberComponent if (this.isNativeValueNotFinished) { this.unfinishedValue = nativeValue; + this.value = parsedValue; return; }