qml: don't use predictive text for fields where it makes no sense

This commit is contained in:
Sander van Grieken
2023-12-29 16:18:03 +01:00
parent 3935e378b3
commit 92bff08ba5
9 changed files with 19 additions and 0 deletions
@@ -171,6 +171,8 @@ WizardComponent {
id: derivationpathtext
Layout.fillWidth: true
Layout.leftMargin: constants.paddingMedium
inputMethodHints: Qt.ImhNoPredictiveText
onTextChanged: validate()
}