Two-way bindings with nullable types no longer work correctly in Xamarin Forms 3.5.0. In particular, null values are not propagated back to the source binding object.
Two-way bindings works as expected.
Null values are not propagated back to the source binding object.
might be related to #5255
this is indeed fixed by #5255, and will be part of the -sr of 3.5.0
@StephaneDelcroix: did this make it into 3.5.0.169047?
I just gave it a spin and I'm still seeing a problem:
[0:] Binding: can not be converted to type 'System.Nullable`1[System.TimeSpan]'
@mfeingol not part of -sr1. will be part of the next -sr
This appears to be fixed in the first 3.6.0 release.