Skip to content

Textarea 文本域

基础用法

在开启多选模式后,默认情况下会展示所有已选中的选项的Tag

[
  {
    type: "textarea",
    name: "textarea",
    text: "文本域"
  }
]
显示配置

禁用状态

通过 disabled 属性指定是否禁用 input 组件

[
  {
    type: "textarea",
    name: "textarea",
    text: "文本域",
    disabled: () => true
  }
]
显示配置

Input Attributes

参数说明类型可选值默认值
name绑定值string
placeholder输入框占位文本string
text表单标签string
disabled是否禁用boolean / FilterFunctionfalse
placeholder输入框占位文本string
trim是否去掉首尾空格booleanfalse
filter过滤值string / Functionnumber-
onChange值变化时触发的函数OnChangeHandler -

Powered by 腾讯视频会员平台技术中心