eclipse-archived / ceylon-herd

The Ceylon repository web application
Apache License 2.0
21 stars 11 forks source link

Add autofocus to username field on login form #294

Closed lucaswerkmeister closed 7 years ago

lucaswerkmeister commented 7 years ago

HTML5 lets you add an autofocus attribute to <input> elements. We should add this to the username element on the login form – this would make login slightly more convenient :)