-
Notifications
You must be signed in to change notification settings - Fork 2
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
No autocomplete on restore seed, autocomplete #505
Comments
We have auto complete in Breez Mobile. This a bug, not a feature... |
Please use the same autocomplete logic of Breez Mobile |
What he means is completing the word after typing four letters(as BIP39 words are uniquely identified by the first four letters) without the need to click on the word of autocomplete result. For example:
typing the fourth letter should fill the field with the matching value then focus on the next input field. |
Gotcha. This is nice to have, but let's prioritize the alpha release first. |
The BIP39 words are uniquely identified by the first four letters.
We can use this to simplify the UX on the Restore Seed screen: after first four letters typed in, Breez could auto-complete the word and already move the UI focus on the next input field
The text was updated successfully, but these errors were encountered: