Skip to content

Clear button is not accessible #64

@vtx-anton-chashchin

Description

@vtx-anton-chashchin

Hello, we discovered that clear button which appears when allowClear property used is not accessible due to 2 reasons:

  • button wrapper uses tabindex=-1 which makes it inaccessible through the keyboard using tab/shift+tab
  • button wrapper uses span tag which prevent to click it via space or shift when it is on focus

I opened PR to fix this and added tests to check behavior, could you check it please

#63

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