Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

  • Allows the user to any combination of letters and numbers.

  • Text fields can be of a maximum of 255 characters in a single line.

  • And default size of the text field is 20 characters.

  • Following are the properties:

  1. Required: The user can make the text field required.

  2. Unique: The user can make the text field unique.

  3. Default: The user can set the default value.

  4. Minimum & Maximum Length: The user can set the minimum and maximum length.

  5. 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.

  • No labels