react-numpad
react-numpad copied to clipboard
Zeros after decimal place limit
The Number
input with a decimal
limit set still allows zeros to be entered.
For example a limit of 3 decimal places wouldn't allow 123.4567
to be entered, but it would allow 123.45600000
.