Text Area
A text area is a component for entering a multi-line string of text.
Properties
UI Dialog
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 | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Required | boolean | off | |
Visibility | boolean | off | |
Placeholder | string | ||
Helper text | string | ||
Change Event | option | NONE | |
Value | string | ||
Error | - |
Action
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 | outlined | ||
color | string | |||
backgroundColor | string | |||
labelColor | string | |||
inputColor | string | |||
disabled | boolean | false | ||
readOnly | boolean | false | ||
required | boolean | false | ||
visibility | boolean | true | ||
placeholder | string | |||
helperText | string | |||
value | string | |||
error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |