Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 447 Bytes

Textarea.md

File metadata and controls

18 lines (15 loc) · 447 Bytes

Textarea

多行文本输入框。

  • type 请设置成 textarea
  • minRows 最小行数
  • maxRows 最大行数
  • hint 当输入框获得焦点的时候显示,用来提示用户输入内容。
  • trimContents 是否去除首尾空白。
  • 还有更多通用配置请参考 FormItem
{
  "type": "textarea",
  "name": "text",
  "label": "多行文本"
}