Add NoPredictiveText hint to search field
[quandoparte] / application / resources / sailfish / qml / pages / StationListPage.qml
index 490b3fb..e1c5b8c 100644 (file)
@@ -39,7 +39,7 @@ Page {
             SearchField {
                 id: searchField
                 placeholderText: qsTr("Search station...")
-                inputMethodHints: Qt.ImhNoAutoUppercase
+                inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
                 onTextChanged: stationListPage.searchPattern = searchField.text
                 width: stationListPage.width
                 EnterKey.onClicked: searchField.focus = false