From 2cce4ec3a4f41fbefd72577ff2f38e4310b582c2 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Wed, 30 Dec 2015 21:46:28 +1100 Subject: 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 Signed-off-by: Dirk Hohndel --- qt-mobile/qml/CloudCredentials.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qt-mobile/qml/CloudCredentials.qml') diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index 17353d3ac..bb61cb2a2 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -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 -- cgit v1.2.3-70-g09d2