A text area is a component for entering a multi-line string of text.
Dialog Property
| Item | Input value | Option | Default value |
|---|
| ID | string | | automatic |
| Label | string | | Text Area |
| Width | string | | 222 |
| Height | string | | 125 |
| X | string | | |
| Y | string | | |
| Variant | option | OUTLINEDFILLEDSTANDARD | OUTLINED |
| Color | string color picker | | |
| Background Color | string color picker | | |
| Label Color | string color picker | | |
| Input Color | string color picker | | |
| Disabled | boolean | onoff | off |
| Read Only | boolean | onoff | off |
| Required | boolean | onoff | off |
| Visibility | boolean | onoff | off |
| Placeholder | string | | |
| Helper text | string | | |
| Change Event | option | NONEACTION | NONE |
| Value | string | | |
| Error | - | | |
Action Property
| Item | Properties | Data Type | Options | Default value |
|---|
| id | string | | automatic | |
| label | string | | Text Area | |
| width | string | | 222 | |
| hight | string | | 125 | |
| x | string | | | |
| y | string | | | |
| variant | string | outlinedfilledstandard | outlined | |
| color | string | | | |
| backgroundColor | string | | | |
| labelColor | string | | | |
| inputColor | string | | | |
| disabled | boolean | truefalse | false | |
| readOnly | boolean | truefalse | false | |
| required | boolean | truefalse | false | |
| visibility | boolean | truefalse | true | |
| placeholder | string | | | |
| helperText | string | | | |
| value | string | | | |
| error | boolean | | | |
Event
| Event name | Description |
|---|
| onchange | Occurs when a value change is made and the cursor is moved out of the way. |