neoneye/SwiftyFORM

Min/Max for Stepper

justdan0227 opened this issue · 4 comments

Do we have the ability to set min and max for a StepperFormItem?

There is no parameters for setting min/max values. How do you want the api for this to be like?

There is a syncCellWithValue callback where the value can be clamped.

Would be awesome if you could set a min/max like you do with

instance.submitValidate(CountSpecification.min(5), message: "Zipcode must be 5 numbers")

so maybe instance.minLimit(1) instance.maxLimit(5) ?

IMHO steppers are for tiny values. For a 5 digit zipcode, perhaps use sheet with a number textfield, showing live the name of the area corresponding to the zipcode.

Thanks I was using a stepper for a review rating of 1-5