Minor: Change html input type to "email" on sign-in view
Created by: alexleutgoeb
As long as the username is the user's email address it makes sense to use input="email" helper for the email field. This allows HTML5 capable (mobile) devices to bring up an email input keyboard instead of the default one.
Merge request reports
Activity
Created by: alexleutgoeb
"autofocus" is a good idea, "required" however frames the input fields in red which is not very beautiful imho. I guess there is no style defined for the [required] selector atm?
By Administrator on 2012-12-11T10:47:49 (imported from GitLab project)
By Administrator on 2012-12-11T10:47:49 (imported from GitLab)
Created by: NARKOZ
Yes, just
autofocus: true
will be enough.I guess there is no style defined for the [required] selector atm?
I believe it's defined in bootstrap.
By Administrator on 2012-12-11T11:14:38 (imported from GitLab project)
By Administrator on 2012-12-11T11:14:38 (imported from GitLab)
Created by: alexleutgoeb
So I guess
autofocus: autofocus
is fine too? ;-) Or do you have some convention for boolean attributes?Not sure why the latest travis build failed with
Project Issues :: I submit new unassigned issue :: Given I click link "500 error on profile"
, never touched a file in there...By Administrator on 2012-12-11T14:21:59 (imported from GitLab project)
By Administrator on 2012-12-11T14:21:59 (imported from GitLab)