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
Is there a way to bind input widgets to existing variables? Right now, it seems like the input widget creates its own internal variable. I see that you can interact with this internal variable using get_value and set_value. It also appears possible to use a callback to update an existing variable, but this approach isn't ideal. Managing two copies of the same variable increases the risk of errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to bind input widgets to existing variables? Right now, it seems like the input widget creates its own internal variable. I see that you can interact with this internal variable using get_value and set_value. It also appears possible to use a callback to update an existing variable, but this approach isn't ideal. Managing two copies of the same variable increases the risk of errors.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions