Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Remove button has the role "tab" which is not accessible

Open Beginner friendly
#809 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
react, typescript

Research direction

Start at src/TabNavList/TabNode.tsx line 131 and inspect how the remove button is assigned the tab role. Check the surrounding tab and remove-button semantics, then verify that the remove control no longer exposes an inaccessible role while tab behavior remains intact.

Written by the indexing model from the issue text.

Description

Remove button on tabs has the "tab" role which is not accessible. Here's the line that causes this:
https://github.com/react-component/tabs/blob/master/src/TabNavList/TabNode.tsx#L131

Dominant language
TypeScript
Stars
572
Forks
241
Avg merge
4d 18h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from react-component/tabs

All issues in react-component/tabs

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.