mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix(android): use nativeTextViewProtected in TextField (#10450)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user