Skip to content

Commit

Permalink
My-Accounttele-phone-field-require-no-validation-appear
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipti 2Jcommerce committed Jan 14, 2019
1 parent 6b69fa1 commit 80d87ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
id="telephone"
value="<?= $block->escapeHtmlAttr($block->getTelephone()) ?>"
title="<?= $block->escapeHtmlAttr(__('Phone Number')) ?>"
class="input-text <?= $_validationClass ?: '' ?>"
class="input-text <?= $block->escapeHtmlAttr($block->getAttributeValidationClass('telephone')) ?>"
>
</div>
</div>

0 comments on commit 80d87ec

Please sign in to comment.