Using any of the HTML5 input types (e.g. <input type="email">) breaks the wonderful styling of the form input elements. Here's a list of them, according to w3schools.com:
color
date
datetime-local
email
month
number
range
search
tel
time
url
week
I can see that it's probably not that easy to support all of them right away, but the ones basically staying a text input should work, I guess.
Using any of the HTML5 input types (e.g.
<input type="email">
) breaks the wonderful styling of the form input elements. Here's a list of them, according to w3schools.com:I can see that it's probably not that easy to support all of them right away, but the ones basically staying a text input should work, I guess.