breez / c-breez

20 stars 2 forks source link

No autocomplete on restore seed, autocomplete #505

Open ok300 opened 1 year ago

ok300 commented 1 year ago

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

kingonly commented 1 year ago

We have auto complete in Breez Mobile. This a bug, not a feature...

kingonly commented 1 year ago

Please use the same autocomplete logic of Breez Mobile

erdemyerebasmaz commented 1 year ago

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: > qua

quality quantum quarter

typing the fourth letter should fill the field with the matching value then focus on the next input field.

kingonly commented 1 year ago

Gotcha. This is nice to have, but let's prioritize the alpha release first.