icon picker
Text Field/ Text Area


Configurable properties

Field label: Label displayed on top of the text field. Can either be an , plain text, or .
Field description: Description provided below the text field. Can either be an , plain text, or .
Data Binding: Binds the field from a form field.
Default value: Provides a default value for the text field in case no input data exists for the given key.
Read only: Makes the text field read-only, meaning the user can't change but only read its state. Can be dynamically set using an .
Required: Text field must contain a value.
Hide if: Condition to hide the text field. or Always.
Validation: Given that one of the following properties is set, the form will only submit when the respective condition is fulfilled. Otherwise, a validation error will be displayed.
Minimum length: Text field must have at least n characters. Can either be an or a number.
Maximum length: Text field must not have more than n characters. Can either be an or a number.
Predefined validation: Use predefined validation patterns. Available options are: Email, Phone, and Custom.
Regular expression pattern: Text field value must match the provided pattern.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.