@xuda.io/xuda-worker-bundle 1.3.2620 → 1.3.2621

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -743,7 +743,7 @@ func.runtime.bind.get_source_value = function (_ds, bind_field_id, is_dynamic_fi
743
743
  };
744
744
  func.runtime.bind.format_display_value = function ($elm, field_prop, bind_field_id, expression_value, value, input_field_type) {
745
745
  const field_type = func.runtime.bind.get_field_type(field_prop);
746
- const elm_value = $elm.attr('value');
746
+ const elm_value = func.runtime.ui.get_attr($elm, 'value');
747
747
 
748
748
  if (field_type === 'array' && input_field_type === 'checkbox' && elm_value) {
749
749
  return value.includes(elm_value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2620",
3
+ "version": "1.3.2621",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {