@eqproject/eqp-dynamic-module 2.8.18 → 2.8.19

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.
@@ -2668,6 +2668,9 @@ class ListValueFieldTemplateComponent {
2668
2668
  if (initialvalue != null) {
2669
2669
  this.setSelectedItems(initialvalue);
2670
2670
  }
2671
+ else {
2672
+ this.setSelectedItems(null);
2673
+ }
2671
2674
  }
2672
2675
  setSelectedItems(initialvalue) {
2673
2676
  this.record[this.field.Label] = initialvalue;