Skip to content
Flow-UILive

Stepper row

A title with a quantity stepper whose count survives scrolling.

Edit the JSON
USB C Cable
Braided, 1 m
1
9:41

Payload#

FieldTypeDefaultDescription
titlereqTextDataPrimary line.
subtitleTextDataSecondary line.
minInt0Lower bound.
maxIntUpper bound. Omit for unlimited.
initialInt0Starting count.

Notes#

The count lives in the page's state store, so lazy recycling never resets it. Every change fires the widget's change action; pair it with an api action to keep the cart on the server in sync.