Skip to content

Commit

Permalink
Fix SpinBox to close Virtual Keyboard when RETURN/ENTER is pressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTrahearn-Qinetic committed Dec 9, 2024
1 parent b8d35ce commit 7c229be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/controls/SpinBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ CT.SpinBox {
} else if (value === from) {
root.minValueReached()
}
// close the Virtual Keyboard on Enter pressed
root.focus = false
}

contentItem: Item {
Expand Down

0 comments on commit 7c229be

Please sign in to comment.