Skip to content
On this page

Textarea 多行文本

通过鼠标或键盘输入内容,是最基础的表单域的包装。

何时使用

  • 需要用户输入表单域内容时。
  • 用于大量文字输入输入场景,可是区域比文本输入框大。

示例

待补充

组件属性

属性说明类型默认值
label标题string"文本"
defaultValue默认值string-
placeholder占位提示booleanfalse
size组件尺寸small,middle,large,defaultmiddle
behavior表单组件显示状态normal,disabled,readonly,hiddennormal
tips描述信息string-
allowClear是否显示清除按钮booleantrue
addonBefore输入框前附加内容string-
addonAfter输入框后附加内容string-
bordered是否显示边框booleantrue
showCount是否显示计数器booleanfalse
maxlength字数上限,当 showCount 为 true 时生效number255
trim自动去除头尾字符串booleanfalse
autofocus自动聚焦booleanfalse

Released under the MIT License.