Commit e64180b6 authored by J-P Nurmi's avatar J-P Nurmi
Browse files

SpinBox: hide VKB when appropriate


Change-Id: I18eff3eb2b932b814d0808079c7ddf3b3bfaaf53
Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
parent 064a782a
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -309,6 +309,8 @@ Control {
}
onAccepted: {
input.text = validator.text
Qt.inputMethod.commit()
Qt.inputMethod.hide()
selectValue()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment