Supporting HTML5 input types

Options
seventyone
seventyone
Community Member

Hi,

I was wondering if you're planing on supporting the HTML5 input types in the near future?

In another post you're speaking of them "not being semantically correct" (2012), but they are in the HTML5 spec, so are you planning to include them?

My site isn't public, but the HTML in question is:

<label for="username">Kundennummer</label>
<input name="username" type="number" ng-model="customerNumber" />
<label for="password">Passwort:</label>
<input name="password" type="password" ng-model="customerPassword" />

Password is filled out, but username is ignored until I change it to type="text".

I tried to add the username field by hand in 1Password, but it will still be ignored. I'm using 1Password 4 and the Chrome (32.0.1700.102) plus the Extension.

Thanks,
Ben

This discussion has been closed.