Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An `onClick` in React — or event in the browser — never receives keyboard events. Even for a button that is “clicked” using enter or spacebar the browser creates a corresponding pointer event for the action that is passed into `onClick`.
- Loading branch information