Input
Input stepper with an editable text field between decrease and increase buttons.

Parameters
Value of the stepper, or null for an empty state
Called when the value changes (button press or blur commit)
The Modifier to be applied to the component
The min/max accepted value by the stepper
optional string displayed after the value
text shown in the empty state when value is null
the quantity to be increased/decreased on each increment/decrement
True controls the enabled state of the stepper
indicates the validation state of the stepper
if true, component will fill max width
A test tag to find the internal stepper in a test
Input stepper driven by a StepperInputState holder.

Parameters
The StepperInputState that holds the text field state
The Modifier to be applied to the component
The min/max accepted value by the stepper
optional string displayed after the value
text shown in the empty state
the quantity to be increased/decreased on each increment/decrement
True controls the enabled state of the stepper
indicates the validation state of the stepper
if true, component will fill max width
A test tag to find the internal stepper in a test