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:
parent
6051bf9f89
commit
2cce4ec3a4
@ -47,8 +47,7 @@ Item {
|
|||||||
id: password
|
id: password
|
||||||
text: manager.cloudPassword
|
text: manager.cloudPassword
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
inputMethodHints: Qt.ImhEmailCharactersOnly |
|
inputMethodHints: Qt.ImhSensitiveData |
|
||||||
Qt.ImhSensitiveData |
|
|
||||||
Qt.ImhHiddenText |
|
Qt.ImhHiddenText |
|
||||||
Qt.ImhNoAutoUppercase
|
Qt.ImhNoAutoUppercase
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user