We’ve fixed the issue with the calculation of the minimum value for the Max Value of the Slider field in our Calculator app
Previously, regardless of the set step, it was calculated as Min Value + 1, which caused incorrect boundaries for sliders with fractional steps. Now, it correctly uses Min Value + Slider Step.