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 9 Next »

  • Allows the user to any combination of letters and numbers

  • Text fields can contain a maximum of 255 characters

  • The 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.

    1. Characters are:

      1. ^ (caret)

      2. $ (dollar sign)

      3. [ ] (brackets)

      4. + (plus)

      5. * (asterisk)

      6. ? (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