Input Validation

Sometimes, when entering information on the login form, the format data that users entered does not always follow the predetermined criteria. For example, the email format is incorrectly entered or entered username is too short. It will be easier to validate the format data by using input validation.

Component Explanation:

NameDescription

Regex Name

This property is used to validate entered format name by the user.

Regex Email

This property is used to validate entered format email by the user.

Min Length of Name

This property is used to determine the minimum character length name that users input.

Last updated