Email component
The Email component implements the HTML <input type="email"> form field.
Options
| Option | Description | Type | Default | 
|---|---|---|---|
| component | The path to the component’s  .jsfile. | String | Magento_Ui/js/form/element/abstract | 
| elementTmpl | The path to the  .htmltemplate of the particular field type. | String | ui/form/element/email | 
| template | The path to the general field  .htmltemplate. | String | ui/form/field | 
Source files
Extends Abstract:
- app/code/Magento/Ui/view/base/web/js/form/element/abstract.js
- app/code/Magento/Ui/view/base/web/templates/form/element/email.html
- app/code/Magento/Ui/view/base/web/templates/form/field.html
Examples
Integration
This example integrates the Paging component with the Form component
Copied to your clipboard<form>...<fieldset>...<email name="email_example"><settings><label translate="true">Email Field Example</label></settings></email></fieldset></form>
Result
      
  