Skip to content

Commit 1a9efbe

Browse files
committed
Customer Widget > Changing input phone type to tel
1 parent 3666e03 commit 1a9efbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/widget/telephone.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
->getAttributeValidationClass('telephone')
2323
);
2424
?>
25-
<input type="text"
25+
<input type="tel"
2626
name="telephone"
2727
id="telephone"
2828
value="<?= $block->escapeHtmlAttr($block->getTelephone()) ?>"

0 commit comments

Comments
 (0)