Skip to content

Commit ea8a436

Browse files
committed
fix: make integer type visible
1 parent 8569b51 commit ea8a436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nativescript-core/ui/editable-text-base/editable-text-base.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export abstract class EditableTextBase extends EditableTextBaseCommon {
273273
break;
274274

275275
case "integer":
276-
newInputType = android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_VARIATION_PASSWORD;
276+
newInputType = android.text.InputType.TYPE_CLASS_NUMBER;
277277
break;
278278

279279
default:

0 commit comments

Comments
 (0)