InputForm
Input stepper with a label and helper text.

Parameters
Value of the stepper, or null for an empty state
Called when the value changes (button press or blur commit)
the label to be displayed
The optional helper text to be displayed below the stepper
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
add an asterisk to the label to indicate that this field is required
indicates the validation state of the stepper
the optional state text to be displayed at the helper position
if true, component will fill max width
A test tag to find the internal stepper in a test
Input stepper with a label and helper text, driven by a StepperInputState holder.

Parameters
The StepperInputState that holds the text field state
the label to be displayed
The optional helper text to be displayed below the stepper
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
add an asterisk to the label to indicate that this field is required
indicates the validation state of the stepper
the optional state text to be displayed at the helper position
if true, component will fill max width
A test tag to find the internal stepper in a test