gd-sprest-bs 10.9.7 → 10.9.8

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.
@@ -491,7 +491,7 @@ var Field = function (props) {
491
491
  // Save the field information
492
492
  lookupFieldInfo = fieldInfo;
493
493
  // Set the lookup filter
494
- lookupFieldInfo.lookupFilter = controlProps.lookupFilter;
494
+ lookupFieldInfo.lookupFilter = props.lookupFilter;
495
495
  // Update the multi property
496
496
  controlProps.multi = lookupFieldInfo.multi;
497
497
  // Get the drop down information