Skip to content

[FEAT]: Folder component is not keyboard accessible #988

@Sarthak-Bhagat2006

Description

@Sarthak-Bhagat2006

Share your suggestion

Current Behavior

The Folder component can only be opened and closed using a mouse click.

Keyboard users cannot interact with the component because:

  • The folder is not focusable
  • Enter/Space do not trigger the action
  • No accessibility semantics are provided

Expected Behavior

The Folder component should:

  • Be focusable via keyboard
  • Open and close using Enter and Space
  • Expose button semantics
  • Announce expanded/collapsed state to assistive technologies

Benefits

  • Improved keyboard accessibility
  • Better screen reader support
  • Alignment with WCAG accessibility guidelines

Validations

  • I have checked other issues to see if my issue was already discussed or addressed

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions