微信小程序 input 的 type属性 text、number、idcard、digit 区别
2021-08-10 12:59:01

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

  • text:不必解释
  • number:数字键盘(无小数点)
  • idcard:数字键盘(无小数点、有个 X 键)
  • digit:数字键盘(有小数点)

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

输入时键盘只能出现相应的数字键盘

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

学习交流群:364976091

本文摘自 :https://blog.51cto.com/u


更多科技新闻 ......