TextAreaProps interface
多行文本输入组件
Signature
typescript
export interface TextAreaProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) 是否禁用输入 | ||
string | (Optional) 输入框名称(表单 name 属性) | ||
(value: string) => void | (Optional) 文本变化时触发,参数为最新值 | ||
string | (Optional) 占位提示文本 | ||
{ x?: undefined | false | true; y?: undefined | false | true } | (Optional) 是否可调整尺寸(x 水平 / y 垂直) | ||
string | (Optional) 当前文本值 |