TextAreaProps interface
多行文本输入组件
Signature
typescript
interface TextAreaProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Whether Disable input | ||
string | (Optional) Input box name (the form | ||
(value: string) => void | (Optional) 文本变化时触发,参数为最新值 | ||
string | (Optional) Placeholder text | ||
{ x?: undefined | false | true; y?: undefined | false | true } | (Optional) Whether it is resizable (x horizontal / y vertical) | ||
string | (Optional) Current text value |