Skip to content

Spinbox: Update value during editing

David Redondo requested to merge work/spinbox into master

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

Merge request reports