Allows the user to any combination of letters and numbers.
Following are the properties:
Required: The user can make the text field required.
Unique: The user can make the text field unique.
Default: The user can set the default value.
Minimum & Maximum Length: The user can set the minimum and maximum length.
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)
6. Read Only: The user can make the text field read-only.
7. Sortable: The user can make the text field sortable.