Skip to content

Buttons should trigger on spacebar key up #155

@ryanflorence

Description

@ryanflorence

If you add a click event to a real <button/>, the event dispatches on:

  1. click
  2. keydown of "Enter"
  3. keyup of "Space"

I think you're just missing (3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions