Calculator: Issue with calculation of Min Value for the Slider field fixed

We’ve fixed the issue with the calculation of the minimum value for the Max Value of the Slider field in our Calculator app :hammer_and_wrench:

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.


Back to Changelog →

3 Likes