We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01227c + 6897f27 commit 4f28fa3Copy full SHA for 4f28fa3
app/code/Magento/Customer/view/frontend/templates/form/confirmation.phtml
@@ -14,7 +14,7 @@
14
<div class="field email required">
15
<label for="email_address" class="label"><span><?= $block->escapeHtml(__('Email')) ?></span></label>
16
<div class="control">
17
- <input type="email" name="email" id="email_address" class="input-text" value="<?= $block->escapeHtmlAttr($block->getEmail()) ?>" data-validate="{required:true, 'validate-email':true}">
+ <input type="email" name="email" id="email_address" class="input-text" value="<?= $block->escapeHtmlAttr($block->getEmail()) ?>" data-validate="{required:true, 'validate-email':true}" data-mage-init='{"mage/trim-input":{}}'>
18
</div>
19
20
</fieldset>
0 commit comments