@corp-products/ui-components 4.2.0 → 4.2.1

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.
@@ -1145,6 +1145,7 @@ class DatePickerComponent extends BaseInputComponent {
1145
1145
  }
1146
1146
  }
1147
1147
  this.control.valueChanges.subscribe((value) => {
1148
+ this.innerControl.setValue(new Date(value), { emitEvent: false });
1148
1149
  if (!value)
1149
1150
  this.innerControl.reset();
1150
1151
  });