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

  • Allows 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

Properties

  • Required: The text field can be set as required

  • Unique: The 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

  • No labels