Closed DusanSenior closed 6 years ago
yes i am facing the same issue.. Any solution ?
@DusanSenior @esolzDotnet You can try this: LowerValue="{Binding AmountMin, Mode=TwoWay}" UpperValue="{Binding AmountMax, Mode=TwoWay}"
Implemented in version 0.8.0.
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