summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-05 17:28:19 +0300
committerYuval Adam <_@yuv.al>2017-07-05 17:28:19 +0300
commit74d792cb9ead3705b72968356a6c4d834d01e540 (patch)
treeacb5a3d4c857757c2ebbf62ebab8c9f521bae74e
parent2693dc35c26f9c44aa12ab502c8fe5289378a8e0 (diff)
Input type tel
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index d1b5958..96577cc 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<body>
<div id="app">
<h1>Direct link to your WhatsApp contacts</h1>
- <input v-model="number" type="number">
+ <input v-model="number" type="tel">
<br>
<a v-bind:href="href">+{{ number }}</a>
</div>