以下主要介绍3种格式的数字键盘
纯数字键盘number
<input type='number' maxlength='7' placeholder='请输入金额' bindinput='bindMoney' value="{{item.moneyValue}}" required/>
![](https://img.haomeiwen.com/i2364940/025733496aab6dcf.png)
小数点的数字键盘digit
<input type='digit' maxlength='7' placeholder='请输入金额' bindinput='bindMoney' value="{{item.moneyValue}}" required/>
![](https://img.haomeiwen.com/i2364940/c2abf189712d5676.png)
身份证格式的数字键盘
<input type='idcard' maxlength='7' placeholder='请输入金额' bindinput='bindMoney' value="{{item.moneyValue}}" required/>
![](https://img.haomeiwen.com/i2364940/b1ef55bd02178ba3.png)
网友评论