-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Prerequisites
- I have searched the backlog for duplicate or closed feature requests
Your test device
NA
OS Version
in both OS
App version
1.0.0 (598)
Describe the issue
Following the dev of #307 I have found the following bugs:
Issue 1
When you type in a code the first time around everything is fine, the user is switching from one input field to the next to be able to fill in the full code.
If you come back on a pre-filled input field item, then the addition of a code replaces the previous one but does not go tp the next item.
Issue 2:
When you copy/paste a code the first time around everything is fine.
If you have items that are prefilled in the fields and you go back to the first item and paste your content the paste starts at the second field and not at the first one.
Expected Behavior
Issue 1:
as a user each time I type in a value, the curser should switch to the next field automatically.
Issue 2:
as the first time around when you paste items in the fields it should start on the current field and not in the next one