You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user input fields are not focused by default. This requires a user to click on the field to start typing. A better practice would be to focus those fields so a user can begin typing without having to use their mouse.
To reproduce
Steps to reproduce the behavior:
Navigate to Login page
Attempt to type in user name
Expected behavior
When the only thing on a page is a single form or field, that field will be focused so that a user can begin typing without having to click on the field.
The text was updated successfully, but these errors were encountered:
🐛 Summary
The user input fields are not focused by default. This requires a user to click on the field to start typing. A better practice would be to focus those fields so a user can begin typing without having to use their mouse.
To reproduce
Steps to reproduce the behavior:
Expected behavior
When the only thing on a page is a single form or field, that field will be focused so that a user can begin typing without having to click on the field.
The text was updated successfully, but these errors were encountered: