Login form doesn't submit when pressing enter (you need to use the button)

Issue #10 resolved
Marco L created an issue

After typing the password pressing return doesn't log-in.

Comments (9)

  1. dreadnaut

    As an additional improvement, the username field could have the autofocus attribute set:

    From:

    <input id="Username" type="text">
    

    To:

    <input id="Username" type="text" autofocus />
    
  2. Lorenzo Petrone

    Autofocus implemented: Created [128]⦿ for user:14[dreadnaut], with comment [Issue#10].

    For the "enter submits" we'll have to wait a bit more.

  3. Log in to comment