Merge pull request #158 from dsgibbons/tel-input-patch
Add input[type="tel"] to format phone inputs
This commit is contained in:
commit
4a2282dd91
2 changed files with 10 additions and 0 deletions
|
|
@ -414,6 +414,10 @@
|
|||
<label for="text${getNewId()}">Email</label>
|
||||
<input id="text${getCurrentId()}" type="email" value="admin@contoso.com"/>
|
||||
</div>
|
||||
<div class="field-row-stacked" style="width: 200px">
|
||||
<label for="text${getNewId()}">Phone</label>
|
||||
<input id="text${getCurrentId()}" type="tel" value="636-555-3226"/>
|
||||
</div>
|
||||
<div class="field-row-stacked" style="width: 200px">
|
||||
<label for="text${getNewId()}">Password</label>
|
||||
<input id="text${getCurrentId()}" type="password" value="hunter2"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue