Skip to content

Commit 9eb8a39

Browse files
committed
Merge remote-tracking branch 'origin/master' into copilot/support-multiple-entry-points
2 parents d6cde14 + 7141760 commit 9eb8a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/date-picker/src/date-range-picker/date-range-picker.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,8 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
884884
}
885885

886886
/** @hidden @internal */
887-
public getEditElement(): HTMLInputElement | undefined {
888-
return this.inputDirective?.nativeElement;
887+
public getEditElement(): HTMLInputElement {
888+
return this.inputDirective!.nativeElement;
889889
}
890890

891891
protected onStatusChanged = () => {

0 commit comments

Comments
 (0)