Step selection in Numeric input constrained by Min/Max values

No, I do not want the step values to be constrained by the min max values of the datastream.
I would like to have a step value less than that of the min datastream setting.
example: min set to 20, max set to 100, step set to 5

John proved this works for him, My app will not allow this, the step would be 100 for me, correlating with the datastream minimum. Unable to set it any lower.

It appears to be more than just the numeric input. As this happens in step H as well.

I think we have a terminology issue here.
If you set the datastream minimum to 100 and the maximum to 450 then the values that you can enter via any type of input widget can never go below or above these min/max values. This, in my terminology, equates to the minimum and maximum value boundaries being constrained by the datastream settings.

Yes, that’s how it should work, and how it does work in iOS. The step value defaults to 1, but can be increased to give larger steps.

Pete.

This bug will be fixed in next update which should happen in nearest days

1 Like

Great, Thanks for the help Pete.