5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,167 forks (2,167 forks)batch import
Domain: accessibilityP1Package: coreType: enhancementhelp wanted
Repository metrics
- Stars
- 20,263 stars (20,263 stars)
- PR merge metrics
- Avg merge 43d 10h (Avg merge 43d 10h)27 merged PRs in 30d (27 merged PRs in 30d)
Description
Extracting from https://github.com/palantir/blueprint/issues/3925 which flags a couple of issues.
Environment
- Package version(s): core 3.49.1
- Browser and OS versions:
Feature request
A breadcrumb's onClick action should also be executed when the enter / space key is pressed (similar to what buttons do).
Examples
Contributor guide
- Research direction
- Examine how existing Blueprint components (e.g., Button) handle keyboard events for onClick. Then add similar keydown handlers (Enter/Space) to the Breadcrumb component.
- Tech stack
- typescriptreact
- Domain
- frontendaccessibility
- Issue type
- Accessibility
- Prerequisites
- ReactAccessibility basics