UX Improvement: When editing an existing password, do not auto-focus the title field
Closed this issue ยท 2 comments
Feature issue
๐ง Is your feature request related to a problem? Please describe.
When the new password form is opened, the name field (the first one, which gives a identificable name to the password) is focused. This is great, because the user doesn't have to manually focus the field to start writing.
However, the behaviour is the same when the password form is opened in edit mode. This is not ideal, because the user is normally looking to copy its username and/or password, and the focus on the field distracts they from that mission.
Additionally, when this happens in the mobile app, it is very annoying, as the mobile device keyboard opens, taking a lot of place from the screen.
๐ข Describe the solution you'd like
Do not auto-focus the password name field when editing a password.
๐ก Describe alternatives you've considered
Do not auto-focus the password name field when editing a password.
๐ฌ Additional context
This is the password creation and edition form:
It is located at. organisms/PasswordFormDialog
. Look at the line 135, autoFocus
prop should be only included if form is not ran in edit mode.
Hi @oegea , I would like to work on this issue.
All yours @SoldierCorp