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`.
The
Numberinput with adecimallimit set still allows zeros to be entered.For example a limit of 3 decimal places wouldn't allow
123.4567to be entered, but it would allow123.45600000.