diff --git a/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml b/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml index 4c25d4aa..393179c1 100644 --- a/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml +++ b/components/mobileshell/qml/widgets/krunner/KRunnerWidget.qml @@ -165,6 +165,7 @@ Item { focus: true Layout.fillWidth: true placeholderText: i18n("Search…") + inputMethodHints: Qt.ImhNoPredictiveText // don't need to press "enter" to update text } } }