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.
2 parents d6cde14 + 7141760 commit 9eb8a39Copy full SHA for 9eb8a39
projects/igniteui-angular/date-picker/src/date-range-picker/date-range-picker.component.ts
@@ -884,8 +884,8 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
884
}
885
886
/** @hidden @internal */
887
- public getEditElement(): HTMLInputElement | undefined {
888
- return this.inputDirective?.nativeElement;
+ public getEditElement(): HTMLInputElement {
+ return this.inputDirective!.nativeElement;
889
890
891
protected onStatusChanged = () => {
0 commit comments