Merge pull request #158 from dsgibbons/tel-input-patch

Add input[type="tel"] to format phone inputs
This commit is contained in:
Juani Garay 2023-04-03 00:14:04 -03:00 committed by GitHub
commit 4a2282dd91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -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"/>