mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +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 {
|
setSecureAndKeyboardType(): void {
|
||||||
let inputType: number;
|
let inputType: number;
|
||||||
|
|
||||||
const nativeView = this.nativeViewProtected;
|
const nativeView = this.nativeTextViewProtected;
|
||||||
const numericKeyboardType = +this.keyboardType;
|
const numericKeyboardType = +this.keyboardType;
|
||||||
|
|
||||||
// Check for a passed in numeric value
|
// Check for a passed in numeric value
|
||||||
|
Reference in New Issue
Block a user