@indice/ng-components 0.2.173-beta.76 → 0.2.173-beta.77

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.
@@ -1157,6 +1157,7 @@ class DatepickerComponent {
1157
1157
  if (this.dateInput?.nativeElement.value !== '' && !this.inline) {
1158
1158
  if (!this.dateInput?.nativeElement.value) {
1159
1159
  this.value = undefined;
1160
+ this.valueChange.emit(this.value);
1160
1161
  if (this.onChange$) {
1161
1162
  this.onChange$(this.value);
1162
1163
  }