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 e3b7f4b + 0e193be commit 7141760Copy full SHA for 7141760
projects/igniteui-angular/src/lib/date-range-picker/date-range-picker.component.ts
@@ -871,8 +871,8 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
871
}
872
873
/** @hidden @internal */
874
- public getEditElement(): HTMLInputElement | undefined {
875
- return this.inputDirective?.nativeElement;
+ public getEditElement(): HTMLInputElement {
+ return this.inputDirective!.nativeElement;
876
877
878
protected onStatusChanged = () => {
0 commit comments