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
Callback is usually, but not always triggered when the value changes.
This had two downsides:
- The dynamic Combo code would usually apply twice on value change
- If there was any code that also added callbacks to the widget, it
would be applied multiple times.
Both of these are fixed by not setting the widget change code as a
callback.
0 commit comments