HTML Number Input removes decimal point?

前端 未结 2 1995
野的像风
野的像风 2021-01-12 23:48

I have a problem with the number input on a form. When I enter a number, say 88.2 and submit it, there are no problems. But when this other person does the same, you can see

2条回答
  •  春和景丽
    2021-01-13 00:18

    type='number' step='any' may solve the issue.

    http://dev.w3.org/html5/markup/input.number.html

提交回复
热议问题