aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardPasswordInput.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardPasswordInput.qml b/wizard/WizardPasswordInput.qml
index 00201ecf..62f27a3f 100644
--- a/wizard/WizardPasswordInput.qml
+++ b/wizard/WizardPasswordInput.qml
@@ -54,6 +54,7 @@ FocusScope {
border.width: 0
}
}
+ onTextChanged: changed(text)
Keys.onReleased: {
changed(text)