Quoted from @DawidGardzinski in the original issue Feedback after 1-2 weeks of using Libris (#78).
I know this may seem helpful, but it really isn't. That's what the Tab key is for, and trying to take this decision away from the user is counterproductive because:
- Muscle memory - I enter 9 for the day and press Tab, but then I end up in the year field when I wanted to move to the month.
- Mistakes - I meant to enter 31 but entered 41 instead, and then 1 appears in the month field:
41 -> 04/1{caret}/yyyy
Because of this, I have to think about whether the caret is going to jump to another field after entering a number, which makes data entry slower. edit: i know it's native input behavior that's why we often use "text" input with mask
Author: @DawidGardzinski
Original issue: #78
Quoted from @DawidGardzinski in the original issue Feedback after 1-2 weeks of using Libris (#78).
41 -> 04/1{caret}/yyyyBecause of this, I have to think about whether the caret is going to jump to another field after entering a number, which makes data entry slower. edit: i know it's native input behavior that's why we often use "text" input with mask
Author: @DawidGardzinski
Original issue: #78