Skip to content

Commit 98b6025

Browse files
authored
1 parent 0b7bb8a commit 98b6025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputNumber.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ const InternalInputNumber = React.forwardRef(
455455
*/
456456
const flushInputValue = (userTyping: boolean) => {
457457
const parsedValue = getMiniDecimal(mergedParser(inputValue));
458-
let formatValue: DecimalClass = parsedValue;
458+
let formatValue: DecimalClass;
459459

460460
if (!parsedValue.isNaN()) {
461461
// Only validate value or empty value can be re-fill to inputValue

0 commit comments

Comments
 (0)