related: https://github.com/spesmilo/electrum/issues/8256
@ -64,6 +64,7 @@ ElDialog {
focus: true
wrapMode: TextEdit.WrapAnywhere
onTextChanged: valid = verify(text)
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText
}
ColumnLayout {
Layout.alignment: Qt.AlignTop
@ -119,6 +119,7 @@ WizardComponent {
if (activeFocus)
verifyMasterKey(text)
ToolButton {
@ -40,6 +40,7 @@ WizardComponent {