qml: don't use predictive text for fields where it makes no sense
This commit is contained in:
@@ -171,6 +171,8 @@ WizardComponent {
|
||||
id: derivationpathtext
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: constants.paddingMedium
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
|
||||
onTextChanged: validate()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user