Remove leading zeros from input type=number

前端 未结 7 2046
一个人的身影
一个人的身影 2021-02-07 01:17

I noticed that if i use the leading zeros are not removed. I also saw a lot of discussion on how keeping leading ze

7条回答
  •  终归单人心
    2021-02-07 01:57

    add step="any" to your input tag. if this does not work on your browser, change type to type="tel"

提交回复
热议问题