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 e293367 commit 0b50f3eCopy full SHA for 0b50f3e
1 file changed
nativescript-core/ui/text-field/text-field.android.ts
@@ -78,7 +78,7 @@ export class TextField extends TextFieldBase {
78
inputType = android.text.InputType.TYPE_CLASS_TEXT | android.text.InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS;
79
break;
80
case "integer":
81
- inputType = android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_VARIATION_PASSWORD;
+ inputType = android.text.InputType.TYPE_CLASS_NUMBER;
82
83
default:
84
0 commit comments