Skip to content

Text Area

A text area is a component for entering a multi-line string of text.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringText ArealabelstringText AreaComponent label
3WidthString222widthstring222Component width
4HeightString125heightstring125Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input field specification
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16PlaceholderStringplaceholderstringPlaceholder text
17Helper TextStringhelperTextstringHelper text
18Change EventSelection
1. None
2. Action
NoneEvent setting for value changes
19ValueStringvaluestringText area value
20ErrorerrorbooleanError state
21Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

Event

Event nameDescription
onchangeOccurs when a value change is made and the cursor is moved out of the way.