Skip to content

Commit

Permalink
refactor(time-picker): fix typos #6482
Browse files Browse the repository at this point in the history
  • Loading branch information
PlamenaMiteva committed Apr 19, 2021
1 parent 7185716 commit f19b98b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class IgxExcelStyleDateExpressionComponent extends IgxExcelStyleDefaultEx
private input: IgxInputDirective;

protected get inputValuesElement() {
return this.input;
return this.input.nativeElement;
}

public get inputDatePlaceholder(): string {
Expand Down

0 comments on commit f19b98b

Please sign in to comment.