当前位置:   article > 正文

移动端h5点击input打开数字键盘

手机显示的h5页面的input框弹出软键盘时可以显示数字吗

1、弹出数字键盘,有以下两种方式

  1. <input type='tel' />
  2. <input type='number' />

2、还有一种可以调用九宫格数字键盘:

<input type="number" pattern="\d*"/>

 

  1. <input type="number" pattern="[0-9]*"></input type="number" pattern="[0-9]*"></input type="number" pattern="\d">

 

转载于:https://my.oschina.net/u/2365397/blog/2981097

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/321562
推荐阅读
相关标签
  

闽ICP备14008679号