gpietro / react-numpad

A numpad for number, date and time, built with and for React.
MIT License
138 stars 38 forks source link

Zeros after decimal place limit #133

Open j-oshb opened 4 years ago

j-oshb commented 4 years ago

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.