-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.2.0 Beta1 , 5.2.0 RC1, 5.2.0
-
Fix Version/s: 5.2.1
-
Component/s: GUI: Complex Input methods
-
Labels:None
-
Environment:Qt 5.2 for Android
-
Platform/s:
-
Commits:2b3f293d892c5268bd2a07ed17fa9fc5adacbd76
when set both
echoMode: TextInput.Password and
inputMethodHints: Qt.ImhDigitsOnly in Android
for TextField, I get not Digital Keyboard, but AlphaNumerical
Without echoMode: TextInput.Password shows up right keyboard
TextField{
text: ""
inputMethodHints: Qt.ImhHiddenText | Qt.ImhDigitsOnly;
echoMode: TextInput.Password
}