diff --git a/packages/core/ui/text-field/index.android.ts b/packages/core/ui/text-field/index.android.ts index f2f94e186..aa428c7bf 100644 --- a/packages/core/ui/text-field/index.android.ts +++ b/packages/core/ui/text-field/index.android.ts @@ -40,7 +40,7 @@ export class TextField extends TextFieldBase { setSecureAndKeyboardType(): void { let inputType: number; - const nativeView = this.nativeViewProtected; + const nativeView = this.nativeTextViewProtected; const numericKeyboardType = +this.keyboardType; // Check for a passed in numeric value