cellxgene icon indicating copy to clipboard operation
cellxgene copied to clipboard

Keyboard navigation for menus

Open colinmegill opened this issue 3 years ago • 0 comments

Replace no-ops with application keyboard navigation. Presently, we satisfy the linter with a no-op.

onKeyPress={() => {}}

without this no-op:

104:11  error  Visible, non-interactive elements with click handlers must have at least one keyboard listener  jsx-a11y/click-events-have-key-events

✖ 1 problem (1 error, 0 warnings)

Or, decide this rule is not necessary.

colinmegill avatar Mar 12 '21 20:03 colinmegill