Is there a float input type in HTML5?
The number type has a step value controlling which numbers are valid (along with max and min), which defaults to 1. This value is also used by implementations for the stepper buttons (i.e. pressing up increases by step). Simply change this value to whatever is appropriate. For money, two decimal places are probably expected: <label … Read more