Versions Compared

Key

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

...

  • 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

Configurations

  • Name: The name of the field, as used programmatically

  • Label: How the field is displayed in the UI

  • Show Horizontal line:

  • Placeholder: Placeholder text, located inside a form field, isĀ an additional hint, description, or example of the information required for a particular field. These hints typically disappear when the user types in the field

  • Field Type:

  • Layout: A layout is an arrangement or design

  • Hide space: allows you to hide spaces

  • Url to create a field as a link:

  • Is Clickable:

  • Inline Edit: Users can easily update and write information visually and directly on-screen

  • Debounce Time in seconds:

  • Is Copy Enabled: Allow selecting, copying, pasting

  • Value Destination Type:

  • Value Destination Variable:

  • Component Size:

  • Margin Location: Specifies extra space on the left, top, right, and bottom sides of this view

  • Style:

  • Classes:

  • Visibility Type: specifies whether or not an element is visible

  • Required Type:

    • Never: The field is not required

    • Always: It must be a mandatory field

    • Conditional: Depending on the required criteria, a field may be required or not

  • Required Error Message:

  • Show Success Message:

  • Success Message:

  • Show Error Message:

  • Error Message:

  • Custom Validation:

  • Read only Type:

    • Never:

    • Always:

    • Conditional:

  • Disability Type:

Events Action

  • onload:

  • change:

  • blur:

  • click:

  • select: