We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172d346 commit c5561d6Copy full SHA for c5561d6
packages/core/ui/text-field/index.android.ts
@@ -40,7 +40,7 @@ export class TextField extends TextFieldBase {
40
setSecureAndKeyboardType(): void {
41
let inputType: number;
42
43
- const nativeView = this.nativeViewProtected;
+ const nativeView = this.nativeTextViewProtected;
44
const numericKeyboardType = +this.keyboardType;
45
46
// Check for a passed in numeric value
0 commit comments