UPDATED WITH VIDEO: Combobox: keyboard navigation skipping options? #8104
jacobwilson41
started this conversation in
Feedback
Replies: 1 comment 1 reply
-
|
I cannot help based on the provided materials. Please make sure that question is more concise and contains all relevant attachments. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Screen.Recording.2025-07-23.at.7.26.00.AM.mov
The video shows me navigating the combobox options by pressing the up and down arrow keys. For each key press, you can see the selected (data-selected) combobox option moving down the list but skipping every other option. The console logs show the
combobox.selectedIndexincrementing/decrementing by 2 for every 1 arrow key press further indicating that options are getting skipping with arrow key presses.Here's the source code: Spot anything I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions