Fix a11y lint issues in menu.js
- Disable lint rules: "no-static-element-interactions" and "click-events-have-key-events" on the menu wrapper. It is acceptable to allow click event handling on static elements when its used to catch event propagation - Add a -1 tabindex on menu__content for lint purposes
Showing
Please register or sign in to comment