SyntaxFix
Write A Post
Hire A Developer
Questions
Instead of step="any", which allows for any number of decimal places, use step=".01", which allows up to two decimal places.
step="any"
step=".01"
More details in the spec: https://www.w3.org/TR/html/sec-forms.html#the-step-attribute