@xuda.io/runtime-bundle 1.0.275 → 1.0.276

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.
@@ -33910,7 +33910,7 @@ func.UI.screen.execute_xu_functions = async function (
33910
33910
  value = _ds.data_feed.rows?.[row_idx]?.[val.value];
33911
33911
  }
33912
33912
  } else {
33913
- value = val
33913
+ value = val.value
33914
33914
  }
33915
33915
  if (typeof value === "undefined") return;
33916
33916
  bind.setter($elm[0], value);