gd-sprest-bs 10.6.3 → 10.6.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.
@@ -1107,10 +1107,6 @@ var Field = function (props) {
1107
1107
  // Add the field value
1108
1108
  userValue.Id ? fieldValue.value.results.push(userValue.Id) : null;
1109
1109
  }
1110
- // Clear the value if no values exist
1111
- if (fieldValue.value.results.length == 0) {
1112
- fieldValue.value = null;
1113
- }
1114
1110
  }
1115
1111
  else {
1116
1112
  var userValue = fieldValue.value ? fieldValue.value[0] : null;