Creates a field for entering an email address.
Checks that the text contains the @
character. You can set other conditions yourself.
Name | Type | Description |
---|---|---|
type * | "field.email" | Set component type. |
data * | writable | Data with values that will be processed or changed. Learn more about working with data. |
label | string | Label above the component. |
hint | string | Hint text. |
placeholder | string | A semi-transparent label that is shown in an empty field. |
validation | condition | Validation based on condition. |
Last updated: May 26, 2023