Header element not navigable by keyboard #154
-
|
I added additional DOM elements to the code using onRender function but can't navigate to them using keyboard. Using keyboard arrows navigates thought the list item results but not the header or footer, not sure how to handle this. Prevent tab key from closing the dropdown and that way keyboard user can navigate to the header? Thanks again! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Unfortunately, it is not possible to navigate these footer/headers with arrows. P.S If you want this to work, you need to change the script behavior:
This will work, but not entirely, you will have more other problems. But good luck ;) |
Beta Was this translation helpful? Give feedback.

Unfortunately, it is not possible to navigate these footer/headers with arrows.
It was done similar to google.com ;)
P.S If you want this to work, you need to change the script behavior:
<div class="additional-elements" tabindex="0">This will work, but not entirely, you will have more other problems.
But good luck ;)