jsf.js_next_gen 4.0.2-beta.6 → 4.0.2-beta.7

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.
@@ -8355,7 +8355,7 @@ class XhrRequest extends AsyncRunnable_1.AsyncRunnable {
8355
8355
  else if ((type == "checkbox" || type == "radio")) {
8356
8356
  arr.assign(issuingItemId).value = itemValue.orElse(true).value;
8357
8357
  }
8358
- else {
8358
+ else if (itemValue.isPresent()) {
8359
8359
  arr.assign(issuingItemId).value = itemValue.value;
8360
8360
  }
8361
8361
  formData.shallowMerge(arr, true, true);