Skip to content

Commit 9b3ca3d

Browse files
Merge pull request #25322 to #25321
2 parents 3cf19d7 + 10b1c41 commit 9b3ca3d

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
@@ -20,7 +20,7 @@
2020
->getAttributeValidationClass('telephone')
2121
);
2222
?>
23-
<input type="text"
23+
<input type="tel"
2424
name="telephone"
2525
id="telephone"
2626
value="<?= $block->escapeHtmlAttr($block->getTelephone()) ?>"

0 commit comments

Comments
 (0)