@tedi-design-system/angular 8.0.0-rc.2 → 8.0.0

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.
@@ -10280,7 +10280,7 @@ class DatePickerComponent {
10280
10280
  return;
10281
10281
  const selected = this.selected();
10282
10282
  const parsed = parseDate(this.inputValue());
10283
- if (parsed) {
10283
+ if (parsed && !this.isDisabled(parsed)) {
10284
10284
  this.emitIfChanged(parsed);
10285
10285
  this.selected.set(parsed);
10286
10286
  this.month.set(parsed);