This is a HTML5 type="email"
input field.
Please note! This field type is deprecated. Please use the common input
field type!
Property | Default | Accepted values | Description |
---|---|---|---|
autocomplete |
none | see doc | Indicates whether the value of the control can be automatically completed by the browser. |
placeholder |
none | String |
Placeholder text for input field |
readonly |
false |
Boolean |
If true, the input field is read only |
{
type: "email",
label: "E-mail",
model: "email",
required: true
}