让键盘只数字键盘

<input type="password" pattern="\d*" pan >

  

让password出现数字键盘

<input type="number" style="-webkit-text-security:disc" />

  

把tel格式转换为密码格式

<input type="tel" style="-webkit-text-security:disc"  placeholder="输入8位字符密码"/>

  

posted @ 2018-12-20 15:36  练洗之命  阅读(153)  评论(0编辑  收藏  举报