CirclesUBI / circles-myxogastria

Webapp and mobile client for Circles
https://circles.garden
GNU Affero General Public License v3.0
37 stars 21 forks source link

Support submitting fields with Enter key #136

Open waldyrious opened 3 years ago

waldyrious commented 3 years ago

I noticed this when creating an account — in https://circles.garden/welcome/onboarding, after saving my seed phrase, I was asked to input the first word. I typed the word into the text field, and pressed Enter, but nothing happened. I had to click the "Continue" button all the way at the bottom of the page, which makes it hard to reach and easy to miss, as the screenshot below shows:

Screenshot_2020-11-07 Circles UBI Wallet

Regardless of the positioning and size of the "Continue" button (which probably should be a separate issue), using the Enter key to submit form fields should be supported. I believe this may be the case in other input fields, hence the generic title for this issue.

triaslucia commented 3 years ago

I totally agree with this. For implementing the "Enter key" we don't need any extra design material. So feel free to implement!

triaslucia commented 3 years ago

When I add my seed phrase I can just keep to the next step if I manually click on the button "Next" After copying the seed phrase I automatically do enter, as an intuitive way of wanting to continue. But that adds an enter in my seedphrase and that generates problems. Because the seed phrase is then not read correctly.

to push "Enter" should function as to click on the "Continue" button I want that when I push enter, I will forward to the next screen.v