Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(table): pass unique id to avoid bug #377

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

SteliosKon
Copy link
Contributor

Pass unique id to checkbox

@SteliosKon SteliosKon added the bug Something isn't working label Aug 9, 2024
@SteliosKon SteliosKon self-assigned this Aug 9, 2024
@@ -93,7 +94,8 @@ const Header: FC<ChildrenProps> = ({
{selectable && (
<Cell as="th" key={`select-all-${isSelectAllChecked}`} className="selectable-cell">
<Checkbox
id="select-all"
key={`select-all-${isSelectAllChecked} - ${id}`}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might not need the key

@SteliosKon SteliosKon merged commit 8526827 into main Aug 9, 2024
3 checks passed
@SteliosKon SteliosKon deleted the fix/checkbox-unique-id branch August 9, 2024 11:03
github-actions bot pushed a commit that referenced this pull request Aug 9, 2024
# [5.26.0](v5.25.6...v5.26.0) (2024-08-09)

### Bug Fixes

* **table:** pass unique id to avoid bug ([#377](#377)) ([8526827](8526827))

### Features

* **select:** improvements ([#376](#376)) ([ec6eb96](ec6eb96))
Copy link

github-actions bot commented Aug 9, 2024

🎉 This PR is included in version 5.26.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants