gd-sprest-bs 10.13.3 → 10.13.4

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.
@@ -1005,7 +1005,7 @@ var Field = function (props) {
1005
1005
  var field = {
1006
1006
  control: control,
1007
1007
  controlProps: controlProps,
1008
- setControl: function (ctrl) { control = ctrl; },
1008
+ setControl: function (ctrl) { control = ctrl; field.control = ctrl; },
1009
1009
  getValue: function () {
1010
1010
  var fieldValue = {
1011
1011
  name: props.field.InternalName,