-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New onboarding: Seed Phrase Entry UX Issues #17105
Comments
@caybro , for 19, the example you gave is fine but the issue is about the behaviour when return is pressed while the typeahead menu is not open. |
OK, this is definitely existing (and looks like intended) behavior; can you confirm @benjthayer ? |
The other 2 issues are reproducible bugs, fixing. |
Sorry @caybro @glitchminer could you clarify the behaviour that is suggested to be incorrect so I can check? I see when I go to add a new address using a recovery phrase, the recovery phrase form blocks the user from pressing enter if there is no valid word displayed via the typeahead menu. I think this is fine if we want to retain this behaviour - it stops the user from entering a wrongly spelled word accidentally and then having to go back through the form to fix the issues. Not sure if that was the question? Of course the user should be able to enter an invalid word and click into another field which would then show the validation that the word previously entered is not valid. |
Hi @caybro @benjthayer , I think the question is about what this part means: "Pressing "Enter" validates the field. If entered word is valid, the next input is focused". I understood it to mean that if you click into a field that already contains a valid word and press enter (without making any further edits) then the focus should move to the next field. The typeahead menu does not open in that case. The user can still use the tab key to move forward but this would happen without the validation mentioned. |
- fields can be cleared by selecting a word and pressing backspace or delete Iterates: #17105
- fields can be cleared by selecting a word and pressing backspace or delete Iterates: #17105
Metadata
Issue 18 - Incorrect focus after paste
Issue 19 - Auto-focus behavior differs from design
Issue 20 - Backspace behavior incorrect
The text was updated successfully, but these errors were encountered: