HTML5 input type number not working in firefox

前端 未结 7 1401
闹比i
闹比i 2020-12-11 17:48

I am using HTML5 input type=number. Its working perfectly in Chrome browser, but its not working in Firefox and IE9.

I want to increment the quantity by

相关标签:
7条回答
  • 2020-12-11 18:25

    It's not supported.

    You can use javascript for the same result if you really need it.

    There are lot of examples : Increment value of textinput with jquery like spinner

    0 讨论(0)
提交回复
热议问题