[Bug]: dropdown_extra() keeps values in memory even if reactable source data changes #50
Open
1 task done
Labels
bug
Something isn't working
Guidelines
Project Version
0.2.0
Platform and OS Version
No response
Existing Issues
No response
What happened?
if a value is changed using
dropdown_extra()
, then the value persist on the table even if the source data of my reactable changes.Steps to reproduce
Expected behavior
I was expecting these values to be "flushed" when the data changes.
Or maybe a mechanism to force the refresh
Attachments
Screenshots or Videos
Screen.Recording.2023-12-12.at.14.53.42.mov
In this example I changed the values "Type" to "Van" on the first 2 lines in df1.
When I switch to df2, the 2 first lines have a "Van" "Type" which is not the case in the dataset.
Additional Information
No response
The text was updated successfully, but these errors were encountered: