Can I hide the HTML5 number input’s spin box?

后端 未结 17 1285
感动是毒
感动是毒 2020-11-22 05:08

Is there a consistent way across browsers to hide the new spin boxes that some browsers (such as Chrome) render for HTML input of type number? I am looking for a CSS or Jav

17条回答
  •  鱼传尺愫
    2020-11-22 05:46

    According to Apple’s user experience coding guide for mobile Safari, you can use the following to display a numeric keyboard in the iPhone browser:

    
    

    A pattern of \d* will also work.

提交回复
热议问题