Open j-oshb opened 4 years ago
The Number input with a decimal limit set still allows zeros to be entered.
Number
decimal
For example a limit of 3 decimal places wouldn't allow 123.4567 to be entered, but it would allow 123.45600000.
123.4567
123.45600000
The
Number
input with adecimal
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 allow123.45600000
.