osl-base-extended 2.0.31 → 2.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2755,6 +2755,7 @@ class DynamicForm {
2755
2755
  elem.change(this.model, undefined, selectedObj);
2756
2756
  }
2757
2757
  onFieldChange(elem, value) {
2758
+ this.model[elem.key] = value;
2758
2759
  if (elem.change)
2759
2760
  this.onSelectChange(elem, value);
2760
2761
  this._refreshDependents(elem.key);