美文网首页
微信小程序表单组件

微信小程序表单组件

作者: 日落_3d9f | 来源:发表于2020-02-23 15:30 被阅读0次

    帮助文档:https://developers.weixin.qq.com/miniprogram/dev/component/button.html

    小程序表单

    button

    button button

    checkbox

    checkbox checkbox事件

    form

    catch阻止表单的冒泡 formType 表单事件

    input

    input

    label

    目前可以绑定的控件有:button, checkbox, radio, switch。

    picker

    picker 普通选择器 多列选择器/级联选择器 时间选择器 日期选择器 区域选择器

    picker-view

    不同于picker组件从底部弹起,picker-view是嵌入页面的滚动选择器。

    picker-view日期选择器

    radio

    radio

    slider

    slider

    switch

    switch

    textarea

    和text基本一样,可以多行输入,增加特性auto-height,其含义是否自动增高,设置auto-height时,style.height不生效。

    相关文章

      网友评论

          本文标题:微信小程序表单组件

          本文链接:https://www.haomeiwen.com/subject/yckjqhtx.html