mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
fix: make integer type visible
This commit is contained in:
@ -273,7 +273,7 @@ export abstract class EditableTextBase extends EditableTextBaseCommon {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "integer":
|
case "integer":
|
||||||
newInputType = android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_VARIATION_PASSWORD;
|
newInputType = android.text.InputType.TYPE_CLASS_NUMBER;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user