Can't use keyboard to select value in submission form dropdown #2500
Labels
accessibility
bug
claimed: Atmire
Atmire team is working on this issue & will contribute back
component: submission
high priority
Milestone
Describe the bug
When using the
dropdown
input type in the DSpace 7.6 submission form, it is not possible to jump to a value in the list by typing a letter. For example, I want to jump to theJournal Article
value by pressing the letter "j" or "J":dspace7-dropdown.mp4
To Reproduce
Steps to reproduce the behavior:
dropdown
type with a value pairs, for example the types.Expected behavior
Being able to navigate the dropdown using the keyboard is a feature of native HTML
<select>
elements in browsers (see MDN docs with example).In DSpace 6 the
dropdown
type actually presents as a list, but we can navigate the list using the keyboard:dspace6-dropdown.mp4
The text was updated successfully, but these errors were encountered: