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'd like to dynamically change the number of input widgets (here: radio button groups) by putting them inside a list or dict.
While the display of radio button groups in a mo.hstack works fine and adjusts to the user-defined number, updating the selected radio-button values doesn't trigger re-running of the subsequent cells.
I guess that's explainable because the list/dict objects themselves don't change, but is there a simple way to restore reactivity for the case of UI elements nested in lists?
Describe the bug
I'd like to dynamically change the number of input widgets (here: radio button groups) by putting them inside a
list
ordict
.While the display of radio button groups in a
mo.hstack
works fine and adjusts to the user-defined number, updating the selected radio-button values doesn't trigger re-running of the subsequent cells.I guess that's explainable because the
list
/dict
objects themselves don't change, but is there a simple way to restore reactivity for the case of UI elements nested in lists?Environment
Code to reproduce
Here's a minimal example:
Try selecting some of the radio buttons and observe that the subsequent cells don't update.
The text was updated successfully, but these errors were encountered: