OperationAIR / HumanInterface

Human Interface for Operation AIR
Apache License 2.0
0 stars 0 forks source link

Not able to use full settings range in combination with stepsize #34

Closed ijager closed 4 years ago

ijager commented 4 years ago

Currently when a settings field is configured with min=21, max=100, step=5 we cannot go under 25.

This needs to be fixed so that it will be capped on 21 and 100, but change with multiples of 5.

So: -> 25, 21, 25, 30....100