Spinbox: Update value during editing
By default QQuickSpinBox will only default its value when Return/Enter is pressed, it loses focus or the user uses the indicator buttons. This is a difference compared to the Widgets QSpinBox which updates during editing. BUG:433066