diff --git a/src/components/input/native-input.ts b/src/components/input/native-input.ts index 2f2ce77051..5eeb9c273c 100644 --- a/src/components/input/native-input.ts +++ b/src/components/input/native-input.ts @@ -166,7 +166,7 @@ export class NativeInput { setCssClass(cssClass: string, shouldAdd: boolean) { this._renderer.setElementClass(this._elementRef.nativeElement, cssClass, shouldAdd); - } + } element(): HTMLInputElement { return this._elementRef.nativeElement;