Allows the user users to enter any combination of letters and numbers in a single line.
Text fields can contain a maximum of 255 characters.
The default size of the text field is 20 characters.
Following are the properties:
Required:
...
Text field can be set as required
Unique:
...
Text field can be set as unique
Default:The user can set the default value for the text field
Minimum & Maximum Length:The user can set the minimum and maximum length of the input
Pattern:A text 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.
Characters are:
^ (caret)
$ (dollar sign)
[ ] (brackets)
+ (plus)
* (asterisk)
? (question mark)
...
Read Only: The user can make the text field read-only
...
Sortable:If the user makes the field sortable, then the record will be sorted by ascending or descending order and vice versa