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 4f2ed28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.0 (August 17, 2015)

- Add phone number input field.

# 0.2.2 (May 13, 2015)

- Fix validation errors.
Expand Down
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 4f2ed28

Please sign in to comment.