Skip to content

Commit

Permalink
Merge branch 'johnpolacek-master'
Browse files Browse the repository at this point in the history
* johnpolacek-master:
  add phone number input type
  • Loading branch information
cbracco committed Aug 17, 2015
2 parents 1c0f3d7 + 033d46e commit 649dfac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaptio
<label for="input__emailaddress">Email Address</label>
<input id="input__emailaddress" type="email" placeholder="[email protected]">
</p>
<p>
<label for="input__phone">Phone Number</label>
<input id="input__phone" type="tel" placeholder="(999) 999-9999">
</p>
<p>
<label for="input__search">Search</label>
<input id="input__search" type="search" placeholder="Enter Search Term">
Expand Down

0 comments on commit 649dfac

Please sign in to comment.