react-crud-mobile 1.3.235 → 1.3.236

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.
@@ -2257,7 +2257,7 @@ function UIElement(props) {
2257
2257
  def.parent = crud.parent;
2258
2258
  def.search = crud;
2259
2259
  }
2260
- var data = reactCrudUtils.Utils.nvl(args.item, rowItem, {});
2260
+ var data = reactCrudUtils.Utils.nvl(args.item, rowItem, event.data, crud.data, {});
2261
2261
  var d = reactCrudUtils.CrudUtils.create('dialog', _extends({
2262
2262
  parent: crud,
2263
2263
  root: crud,