rogerlmain / Timelog

0 stars 0 forks source link

Automatically submit login form when Enter is pressed #99

Open rexthestrange opened 1 year ago

rexthestrange commented 1 year ago

Put a handler on the username (email) textbox so that when Enter is pressed, focus is moved to the password textbox. Put a handler on the password textbox so that when Enter is pressed, the form is submitted.

rexthestrange commented 1 year ago

Related to #100