Mobile CloudCredentials: hide password on entry

Don't use EmailCharactersOnly input method hint for the password. This fixes
the problem of password being displayed on entry, at least on my device.

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2015-12-30 21:46:28 +11:00 committed by Dirk Hohndel
parent 6051bf9f89
commit 2cce4ec3a4

View file

@ -47,8 +47,7 @@ Item {
id: password
text: manager.cloudPassword
echoMode: TextInput.Password
inputMethodHints: Qt.ImhEmailCharactersOnly |
Qt.ImhSensitiveData |
inputMethodHints: Qt.ImhSensitiveData |
Qt.ImhHiddenText |
Qt.ImhNoAutoUppercase
Layout.fillWidth: true