2 Commits
0.2.2 ... 0.3.0

Author SHA1 Message Date
cbracco
649dfac7ae Merge branch 'johnpolacek-master'
* johnpolacek-master:
  add phone number input type
2015-08-17 15:29:07 +02:00
johnpolacek
033d46eb24 add phone number input type 2015-08-16 07:28:05 -05:00

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