Improve target duration input form #4
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
snorre/ajanottaja-frontend#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The target duration input form has some issue with users being allowed to enter more than one character/number into each input field. Additionally the field demands focus as soon as a user visits the page its on. Instead it should remain unfocused until a user clicks it or naturally tabs into the first hour digit input field.
Target duration inputs are still somewhat broken. Need to work on the focus handling as right now the backspace key will move focus to the next input rather than jumping back to the previous input. It is also possible to add more than one digit in each input field when editing an already populated target input form.