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
I agree to follow this project's Contributing Guidelines.
Project Version
No response
Platform and OS Version
No response
Existing Issues
No response
What happened?
Thanks for this great package first.
I'm trying to design a player position assignment app to with the following code.
The main idea behind is selecting the players from the player list table which you want, then defining their positions by using checkbox. You are able to assign the positions it once with this app.
However, after some assignments, if removing a player from the list or adding a new one, there will be a bug on the reactable.
For example, on the video I recorded, I assign the positions of the Player1, Player2 and Player3 as Goalkeeper. After that, I decide to remove Player3 from the list and I expect that the checkbox of the Player4 shouldn't have been checked but Player3 still affects the checkbox.
I couldn't find a solution to update checkbox or the reactable? It'd be great if is there a solution for that.
EkremBayar
changed the title
[Bug]: checkbox_extra() keeps the values of checked rows if the rows are deleted or a new row added in source dataset
[Bug]: checkbox_extra() keeps the values of checked rows if the rows are deleted or a new row is added in source dataset
Jan 2, 2024
Guidelines
Project Version
No response
Platform and OS Version
No response
Existing Issues
No response
What happened?
Thanks for this great package first.
I'm trying to design a player position assignment app to with the following code.
The main idea behind is selecting the players from the player list table which you want, then defining their positions by using checkbox. You are able to assign the positions it once with this app.
However, after some assignments, if removing a player from the list or adding a new one, there will be a bug on the reactable.
For example, on the video I recorded, I assign the positions of the Player1, Player2 and Player3 as Goalkeeper. After that, I decide to remove Player3 from the list and I expect that the checkbox of the Player4 shouldn't have been checked but Player3 still affects the checkbox.
I couldn't find a solution to update checkbox or the reactable? It'd be great if is there a solution for that.
Thanks in advance.
Steps to reproduce
Expected behavior
I was expecting the checkbox on the deleted row to be deleted but it didn't.
Attachments
No response
Screenshots or Videos
Third Row is deleted but checkbox is still staying as checked
Ekran.Kaydi.2024-01-02.15.29.22.mov
Additional Information
No response
The text was updated successfully, but these errors were encountered: