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
When using multi-outputs in the following code snippet (set MULTI = True), the labels are not reliably updated when clicking the button to update the slider values.
To reproduce:
Start the app
Click the button to set both slider values to 5
Change both slider values manually to a different number. Both labels update correctly
Click the button again. Only the second label is updated, not the first, despite both update_slider1_label and update_slider2_label being called
In this example, both labels should always be updated to reflect the slider value, regardless of whether there is one callback doing both or each label has its own callback.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe your context
Describe the bug
When using multi-outputs in the following code snippet (set
MULTI = True
), the labels are not reliably updated when clicking the button to update the slider values.To reproduce:
update_slider1_label
andupdate_slider2_label
being calledExpected behavior
In this example, both labels should always be updated to reflect the slider value, regardless of whether there is one callback doing both or each label has its own callback.
Screenshots
The text was updated successfully, but these errors were encountered: