You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We implemented <Switch /> inside <Table /> row to update status from 0 to 1 to 0. But we eventually found that, when the status is 0 the row is behaving ill for all the checkboxes within the row.
I can assure that, clicking on the checkboxes is working fine. The API is only getting called by the Switches when they are clicked on them.
And the anomaly of visually checking the <Switch />s are only on the UI, and no API is getting hit.
(I attached a video for understanding the issue)
The bug is OS and Browser-agnostic.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Add a NextUI table
Within a cell, add NextUI Switch or any other Checkbox
Mark the checkbox unchecked (status = 0)
Click on the row or the row selection checkbox
Expected behavior
The row selection and switch or any other checkboxes within a row should work independently
Screenshots or Videos
Screen.Recording.2024-11-25.173147.mp4
Operating System Version
Windows
Browser
Edge
The text was updated successfully, but these errors were encountered:
NextUI Version
2.4.6
Describe the bug
We implemented
<Switch />
inside<Table />
row to update status from0
to1
to0
. But we eventually found that, when the status is0
the row is behaving ill for all the checkboxes within the row.I can assure that, clicking on the checkboxes is working fine. The API is only getting called by the Switches when they are clicked on them.
And the anomaly of visually checking the
<Switch />
s are only on the UI, and no API is getting hit.(I attached a video for understanding the issue)
The bug is OS and Browser-agnostic.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
0
)Expected behavior
The row selection and switch or any other checkboxes within a row should work independently
Screenshots or Videos
Screen.Recording.2024-11-25.173147.mp4
Operating System Version
Windows
Browser
Edge
The text was updated successfully, but these errors were encountered: