i-tech-shared-components 1.4.55 → 1.4.56-alpha.1770834168561

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.
@@ -1600,6 +1600,7 @@ class DateRangeDatepickerComponent {
1600
1600
  this.isSelectingRange = false;
1601
1601
  if (startDate === null && endDate === null) {
1602
1602
  this.dateRangeForm.reset();
1603
+ this.picker.select(null);
1603
1604
  this.selectionChange.emit(value);
1604
1605
  }
1605
1606
  else if (startDate && endDate) {