Accessibility: Enable jsx-a11y/mouse-events-have-key-events (#58050)

* implement VizLegend keyboard accessibility

* add onBlur/onFocus
This commit is contained in:
Ashley Harrison
2022-11-03 10:22:50 +00:00
committed by GitHub
parent e6b088fbf5
commit f76ba90078
9 changed files with 90 additions and 55 deletions

View File

@@ -75,7 +75,6 @@
// we should remove the corresponding line and fix them one by one
// any marked "error" contain specific overrides we'll need to keep
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
"jsx-a11y/no-autofocus": [
"error",
{