Merge branch 'johnpolacek-master'

* johnpolacek-master:
  add phone number input type
This commit is contained in:
cbracco
2015-08-17 15:29:07 +02:00
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# 0.3.0 (August 17, 2015)
- Add phone number input field.
# 0.2.2 (May 13, 2015)
- Fix validation errors.

View File

@@ -341,6 +341,10 @@ p q r s t u v w x y z { | } ~ </pre>
<label for="input__emailaddress">Email Address</label>
<input id="input__emailaddress" type="email" placeholder="name@email.com">
</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">