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
All widget arguments that are passed to Knockout (e.g. the list of options) should also accept Observables and when upgraded Knockout would automatically update only that part of the widget.
The text was updated successfully, but these errors were encountered:
then observe(wdg) should probably be made to work somehow.
There is a bit of a choice whether to have upgradable widgets (meaning where one can change list of options, style or other attributes) one should simply pass observables to knockout and have it take care of it or use the Observable{Widget} approach.
All widget arguments that are passed to Knockout (e.g. the list of options) should also accept Observables and when upgraded Knockout would automatically update only that part of the widget.
The text was updated successfully, but these errors were encountered: