HTML5 input type number not working in firefox

前端 未结 7 1403
闹比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

提交回复
热议问题