微信小程序 input 的 type属性 text、number、idcard、digit 区别

时间:2021-05-25 15:23:43   收藏:0   阅读:15

微信小程序的 input 有个属性叫 type,这个 type 有几个可选值:

注意:number 是无小数点的,digit 是有小数点的

eg:

<van-field
          value="{{ form.je }}"
          placeholder = "请输入金额"
          label="金额"
          border="{{ false }}"
          required
          type="digit"
          bind:input="getJe">

 

转自:https://blog.csdn.net/yelin042/article/details/72519138

 

原文:https://www.cnblogs.com/jiduoduo/p/14808518.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!