-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[BUG] - Clicking checkboxes in a multiple selection mode <Table> component no longer causes that row to be selected #4252
Comments
Noticed this too. It can be seen on all the demos on the site e.g https://nextui.org/docs/components/table#multiple-row-selection |
Seems to be related to #4220. |
Also need to check with #4145 |
This is a high-priority bug that needs to be fixed, as it is preventing multiple table row selection. |
Sorry for the inconvenience caused. RCA for this issue is done and fix will be released soon. |
NextUI Version
2.6.3
Describe the bug
I just upgraded my NextUI to version 2.6.3 and I found that clicking checkboxes in a multiple selection mode
<Table>
component no longer causes that row to be selected. The row still can be selected if its clicked anywhere else except the checkbox. This includes the main "select all" checkbox in the header of the table, it is no longer selectable.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
<Table>
component with its selectionMode='multiple'.Expected behavior
The row becomes selected.
Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: