Skip to content

Commit

Permalink
ENGCOM-2481: [Forwardport] Trim issue on customer confirmation form #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Jul 24, 2018
2 parents cf77bf5 + 4f28fa3 commit 96ea429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="field email required">
<label for="email_address" class="label"><span><?= $block->escapeHtml(__('Email')) ?></span></label>
<div class="control">
<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":{}}'>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit 96ea429

Please sign in to comment.