You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux desktop, when you restore a mnemonic phrase which contains words that contain valid words as substrings, the shorter substring is autofilled.
Expected Behavior
If an input is valid but also itself a substring of a longer valid word, focus should not switch automatically.
Reproduce Steps
Start typing "actor" and "act" will be recognized as a valid word, with focus switching to the next words' input. Type "carry", but "car" will be recognized and focus switched.
Environment
Operating system and version: Ubuntu 20.04
Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered:
what if car is the actual word. Then you do want the focus to switch to next field. This unfortunately a side effect of doing auto-go-to-next-field. Not switching to next field on car is not a valid solution as that breaks consistency. @rehrar thoughts?
I have opened the pr that makes it like: It checks if it is a valid word and there is a longer word available, if both, then it just shows empty (not invalid or valid) and user can go to next word by pressing it (then it shows valid if the previous one is valid). If the user continues writing from car to carry, it normally autocompletes and goes to the next one. I think this is the best practice.
Is there an existing issue for this?
Current Behavior
On Linux desktop, when you restore a mnemonic phrase which contains words that contain valid words as substrings, the shorter substring is autofilled.
Expected Behavior
If an input is valid but also itself a substring of a longer valid word, focus should not switch automatically.
Reproduce Steps
Start typing "actor" and "act" will be recognized as a valid word, with focus switching to the next words' input. Type "carry", but "car" will be recognized and focus switched.
Environment
Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: