input-number
input-number copied to clipboard
Precision decimals losing 0 when focused for controlled input
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