Edit in GitHubLog an issue

Email component

The Email component implements the HTML <input type="email"> form field.

Options

OptionDescriptionTypeDefault
component
The path to the component’s .js file.
String
Magento_Ui/js/form/element/abstract
elementTmpl
The path to the .html template of the particular field type.
String
ui/form/element/email
template
The path to the general field .html template.
String
ui/form/field

Source files

Extends Abstract:

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

Email Component example

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.