Skip to main content

Email

email.png

What is the Form Email?

With the email type form you can input an email address and the format will be automatically checked.

Options

Note

There are no type specific options for Email.

Setting Mock field and own value

The email sets its own value and tries to set the Mock field after each input change. However, there is a 200ms debounce effect on it to prevent too much messages.

Validation

The email on default checks the input if it's valid or not and shows the error message if it's not a valid email address.

  • If Validate Field is enabled the Form will write the validation to the Mock, if it can.
  • If the Show Validation is enabled a border will appear indicating the validity of the input.
  • If the Show error messages is enabled then a message appears explaining why the input is invalid. Only appears if the input is invalid

Sensor Events

The email input doesn't send any sensor events.

External Messages

The Email listens to the three basic messages:

  • Set Form: Takes the messages value and sets it as the input. Updates the Mock and own value.
  • Reset / Clear Form: They set the input to empty. Updates the mock and the own value.

Value from Datasource

The Email doesn't handle values from datasource.