qml: don't use predictive text for fields where it makes no sense
This commit is contained in:
@@ -51,6 +51,8 @@ WizardComponent {
|
||||
id: customwordstext
|
||||
Layout.fillWidth: true
|
||||
placeholderText: qsTr('Enter your custom word(s)')
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
|
||||
onTextChanged: checkValid()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,6 +81,7 @@ WizardComponent {
|
||||
visible: extendcb.checked
|
||||
Layout.fillWidth: true
|
||||
placeholderText: qsTr('Enter your custom word(s)')
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
}
|
||||
|
||||
Component.onCompleted : {
|
||||
|
||||
@@ -231,6 +231,8 @@ WizardComponent {
|
||||
Layout.fillWidth: true
|
||||
Layout.columnSpan: 2
|
||||
placeholderText: qsTr('Enter your custom word(s)')
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
|
||||
onTextChanged: startValidationTimer()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -171,6 +171,8 @@ WizardComponent {
|
||||
id: derivationpathtext
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: constants.paddingMedium
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
|
||||
onTextChanged: validate()
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ WizardComponent {
|
||||
id: wallet_name
|
||||
focus: true
|
||||
text: Daemon.suggestWalletName()
|
||||
inputMethodHints: Qt.ImhNoPredictiveText
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user