We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4821b commit 62cfb04Copy full SHA for 62cfb04
projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.component.ts
@@ -1185,7 +1185,7 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
1185
}
1186
1187
private _isValueInDisabledRange(value: DateRange) {
1188
- if (value && this.disabledDates) {
+ if (value && value.start && value.end && this.disabledDates) {
1189
const isOutsideDisabledRange = Array.from(
1190
calendarRange({
1191
start: parseDate(this.value.start),
0 commit comments