summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/CloudCredentials.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml
index fafa26091..aa85f1fa5 100644
--- a/qt-mobile/qml/CloudCredentials.qml
+++ b/qt-mobile/qml/CloudCredentials.qml
@@ -42,6 +42,7 @@ Item {
id: password
text: manager.cloudPassword
echoMode: TextInput.Password
+ inputMethodHints: Qt.ImhEmailCharactersOnly
Layout.fillWidth: true
}
GridLayout {