A text area is a larger box that allows the user to enter multiple lines of text. Generally, pressing Enter in a text area will enter a newline character, creating a line break.
Following are the properties:
...
Required: The user can make the text area field required
...
Allows users to enter characters according to the length given on separate lines.
Properties:
Required: Text area field can be set as required
Unique: Text area field can be set as unique
Minimum & Maximum Length: The user can set the minimum and maximum length of input
Default:The user can set the default value
...
Read Only: The user can make the text area field read-only
Sortable: If the user makes the field sortable, then the record will be sorted by ascending or descending order and vice versaDirection: This defines how the text will be entered in the field, there are two ways of doing so:
Right-To-Left:
...
Writing starts from the right and continues to the left
Left-To-Right:
...
Writing starts from the left and continues to the right
Auto: By default, writing starts from the left and continues to the right
...
Columns: The user can set column size with a minimum
...
of 1
...
Rows: The user can set row size with a minimum
...
of 1
...
Pattern: A text area pattern is an expression that users can use to evaluate whether a string contains a particular pattern of characters. Text patterns consist of special characters and characters