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 8569b51 commit ea8a436Copy full SHA for ea8a436
1 file changed
nativescript-core/ui/editable-text-base/editable-text-base.android.ts
@@ -273,7 +273,7 @@ export abstract class EditableTextBase extends EditableTextBaseCommon {
273
break;
274
275
case "integer":
276
- newInputType = android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_VARIATION_PASSWORD;
+ newInputType = android.text.InputType.TYPE_CLASS_NUMBER;
277
278
279
default:
0 commit comments