Versions Compared

Key

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

...

  • Debounce Time is the time taken to complete the two actions

  • e.g. When you click on the save button, the time it takes to complete the save action is debouncing time

Validations

  1. Required Type: Ensures that a specific type of input is required.

  2. Required Error Message: Specifies the error message to be displayed when the required type is not provided.

  3. Minimum Length: Specifies the minimum length of input required.

  4. Min Length Error Message: Specifies the error message to be displayed when the input length is less than the minimum required length.

  5. Maximum Length: Specifies the maximum length of input allowed.

  6. Max Length Error Message: Specifies the error message to be displayed when the input length exceeds the maximum allowed length.

  7. Pattern: Specifies a pattern or format that the input must adhere to.

  8. Pattern Error Message: Specifies the error message to be displayed when the input does not match the specified pattern.

Read-only:

Never: The field cannot be read-only

 Always: The field will be always read-only

 Conditional: Depending on the read-only criteria, the field can be set as read-only or not

 

Disable:

Never: The field cannot be disabled

Always: The field will be always disabled

 Conditional: Depending on the disability criteria, the field can be set as disabled or not