While changing the value of a widget param updates the internal param of the widget model, the reverse does not work. Updating the widget model's param via WidgetModel.setParam(name, value) does not update the control's value.
This should be fixed so that the model and view remain in sync.
While changing the value of a widget param updates the internal param of the widget model, the reverse does not work. Updating the widget model's param via
WidgetModel.setParam(name, value)
does not update the control's value.This should be fixed so that the model and view remain in sync.