Closed ijager closed 4 years ago
Currently when a settings field is configured with min=21, max=100, step=5 we cannot go under 25.
min=21, max=100, step=5
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
-> 25, 21, 25, 30....100
Currently when a settings field is configured with
min=21, max=100, step=5
we cannot go under25
.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