HTML5 input type number not working in firefox

前端 未结 7 1443
闹比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:12

    It is not supported in firefox or internet explorer, except for version 11 which has partial support. See this comparison matrix.

    You can use the number polyfill shim to get support for unsupported browsers.

提交回复
热议问题