Closed slam023 closed 7 years ago
@slam023 do you have a sample project to reproduce the issue?
I changed the code so don't have the sample code to show you.
The configuration I have for the slider:
Minimum value = 0 and Maximum value = 20. LowerValue and UpperValue is bound with my properties. The step values is 0 and not continuous.
Thanks @slam023 I'll have a look.
@slam023 I can't reproduce the issue. Can you check https://github.com/halkar/xamarin-range-slider/compare/feature/mvvm-test ?
fixed in 0.7.4
I tried to bind the values to the lower value and the upper value but the lower value is not shown the right value. My model have 5 as lower value but the range slider will display 4. The upper value seems fine though.