diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-05 17:28:19 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-05 17:28:19 +0300 |
| commit | 74d792cb9ead3705b72968356a6c4d834d01e540 (patch) | |
| tree | acb5a3d4c857757c2ebbf62ebab8c9f521bae74e | |
| parent | 2693dc35c26f9c44aa12ab502c8fe5289378a8e0 (diff) | |
Input type tel
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
