Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Proposal to implement proper tab focus #134

@acechase

Description

@acechase

For the select component in particular, when used in a form the select box is not tab-able. I believe all we need to do to change this:

  • Add "tabindex=0" to the tag within the select component template
  • Add an onblur event to detect loss of focus from the component and hide the dropdown (similar to the body onclick event that currently hides it)

Make sense? I can do this work myself, but wanted to make sure there wasn't something I was missing...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions