xxxxxxxxxx
To solve this just add
step="any"
to your form. So, your input code should be as follows:
<input type="number" step="any" name="quantity" min="1" max="5">
xxxxxxxxxx
To solve this just add
step="any"
to your form. So, your input code should be as follows:
<input type="number" step="any" name="quantity" min="1" max="5">