Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...