textArea
This is a standard HTML textarea
input field.
Special properties of field
Property | Default | Accepted values | Description |
| none | Indicates whether the value of the control can be automatically completed by the browser. | |
| none |
| maxlength value (need to use |
| none |
| minlength value (need to use |
| none |
| Placeholder text for input field |
|
|
| If true, the input field is read only |
| 2 |
| Number of rows. |
Usage
Last updated