input-number icon indicating copy to clipboard operation
input-number copied to clipboard

Precision decimals losing 0 when focused for controlled input

Open IndProgo opened this issue 6 years ago • 0 comments

Hello When precision is used and InputNumber is controlled and focused, it is losing last 0s in decimals.

https://codesandbox.io/s/2081443x6n

Press + or - multiple time for inputs. first input "no form" has normal behavior (not controlled) all other inputs loses last 0 in decimals. if value is normalized, then it loses 0s only when input is not in focus and + or - is pressed first time

IndProgo avatar May 07 '19 12:05 IndProgo