We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When navigating to a new day, users doing batch data entry expect focus to be on the first unfilled input field.
Implement this.
Debatable: Tab order currently includes delete action buttons. Arguably they are rare. Maybe they should be skipped in tabbing?
The text was updated successfully, but these errors were encountered:
There is no input field in which we can set the focus. And focussing the + could be a problem if you switch between days.
Sorry, something went wrong.
This is not fixed correctly. The description said first unfilled field. This does not happen in all cases.
66f31b0
Merge pull request #41 from axa-ch-webhub-cloud/24again
1d35a09
Fix #24
danyball
Successfully merging a pull request may close this issue.
When navigating to a new day, users doing batch data entry expect focus to be on the first unfilled input field.
Implement this.
Debatable: Tab order currently includes delete action buttons. Arguably they are rare. Maybe they should be skipped in tabbing?
The text was updated successfully, but these errors were encountered: