halkar / xamarin-range-slider

Range slider for Xamarin and Xamarin.Forms
https://www.nuget.org/packages/Xamarin.Forms.RangeSlider/
MIT License
89 stars 51 forks source link

RangeSlider binding to model #116

Closed DusanSenior closed 6 years ago

DusanSenior commented 6 years ago

Initial values are binded to activity correctly, but when it returns from page, the model is not changed by values entered by user (on the other hand f.e. Entry x:Name="Title" Text="{Binding Title }" is binded correctly). Code snippet is attached (xaml and cs in one file). _source.txt

esolzDotnet commented 6 years ago

yes i am facing the same issue.. Any solution ?

Viridovics commented 6 years ago

@DusanSenior @esolzDotnet You can try this: LowerValue="{Binding AmountMin, Mode=TwoWay}" UpperValue="{Binding AmountMax, Mode=TwoWay}"

halkar commented 6 years ago

Implemented in version 0.8.0.