This component provides a multi-line input control for large amounts of text.
This component is provided by the ui:textarea element.
The following table lists the observable properties associated with this component.
Property | Description | Type | Access |
---|---|---|---|
value | The value of the field. The initial value of this property is the text between the <ui:textarea> and </ui:textarea> elements. | String | read/write |
If this component is not supported, then it falls back to a static text area field.