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 {