EditorX - Dropdown collapse with tab key - Is this possible?

Website in question - https://sgretov.editorx.io/rbc-song-score-week

Attempting to meet accessibility guidelines here - I need the dropdown menu under “Schedule” (a box element with buttons) to collapse after the user uses the tab key to go from the last dropdown item (“Saturday”) to the next main menu item - “About”. Also needs to be screenreader compatible.

focus and blur events do not work for buttons. I currently have a workaround setup using a transparent textbox in the dropdown which allows to use focus and blur events. However using a screenreader - the assistant highlights the transparent box and attempts to read it.

1 Like