TextArea

Implement a HTML text area field.

Settings

SettingValueDescription

Container

false

Accepts nested children components.

Droppable

true

Added as a nested child component inside a container.

Editable

false

Can be edited

Interactive

true

Can receive events

Properties

PropertyTypeDefaultDescription

Value

General

Value of the field

Valid

Boolean

Checks if the field value is valid

Rows

Number

Number of rows to display

Holder Id

General

Holder Private Id where Label component is also included

Actions

No actions defined.

Events

AvailableDescription

Click

no

Can receive clicks events

Change

yes

Can receive change events

Last updated