@indice/ng-components 0.2.173-beta.74 → 0.2.173-beta.75

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.
@@ -1184,7 +1184,7 @@ class DatepickerComponent {
1184
1184
  }
1185
1185
  closeCalendar() {
1186
1186
  this.showCalendar = false;
1187
- this.getDateFromInput();
1187
+ // this.getDateFromInput();
1188
1188
  }
1189
1189
  outOfRangeDate(date) {
1190
1190
  let outOfRange = false;