gd-sprest-bs 10.8.3 → 10.8.5

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.
@@ -351,7 +351,8 @@ exports.ListForm.renderDisplayForm = function (props) {
351
351
  props.assignTo ? props.assignTo(form) : null;
352
352
  // Return the form informaiton
353
353
  return {
354
- get el() { return form ? form.el : null; }
354
+ get el() { return form ? form.el : null; },
355
+ getControl: function (fieldName) { return form ? form.getControl(fieldName) : null; }
355
356
  };
356
357
  };
357
358
  // Render the edit form