We allow users to use the down arrow to navigate through data entry forms. The current implementation focusses the first input of the form section when the down arrow is used while focus is on the last element on the page. This is confusing and time confusing. Users often use the down arrow in a repetitive manner to get to the bottom of the form, and overshoot the 'volgende' button. They are unaware they can navigate back to the bottom of the form by hitting the up-arrow
Requested change:
don't "loop" through the form with up- and down-arrow:
when hitting down-arrow on last field, don't move focus to first field
when pressing up-arrow on first field, don't move focus to last field
We allow users to use the down arrow to navigate through data entry forms. The current implementation focusses the first input of the form section when the down arrow is used while focus is on the last element on the page. This is confusing and time confusing. Users often use the down arrow in a repetitive manner to get to the bottom of the form, and overshoot the 'volgende' button. They are unaware they can navigate back to the bottom of the form by hitting the up-arrow
Requested change: