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

  • Allows users to enter any combination of letters and numbers in a single line

Properties

  • Required: The text field can be set as required

  • Unique: The text field can be set as unique

  • Default: A user can set the default value

  • 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: A user can make the field as read-only

  • Sortable: If a user makes a field sortable, then the records can be sorted in the table or list view in ascending or descending order

Configurations

  • No labels