- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    5.2.0 Beta1 , 5.2.0 RC1, 5.2.0
- 
    None
- 
    Qt 5.2 for Android
- 
        
- 
        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
}