Skip to main content

Text Area


The "Text Area" widget is an input component that allows multiple lines of text. An ideal use case would be in forms requiring multi-line input space, such as in an address field.

Text Area Properties

PropertyDescription
RowsLets you set the number of rows you want the field to display.

API Methods

setReadOnly

Sets the ReadOnly flag for this component.

setReadOnly(readOnly: boolean): void

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void

Event Handler

Event handlers allow you to set triggers for various actions based on the fired events.

onChange

onChange - On any action made within the text area component.