CollectionView - DataTemplate Picker in Xamarin v4.3.0 will not show values bound to observablecollection
Items visibile in UWP, Android and iOS.
Items are visible ONLY in Android and iOS
It seems to affect the same control, but the scenario is different. He uses CollectionView and Picker as 2 separate controls, while I have the Picker as DataTemplate for the CollectionView. It seems to be the reason why he has items showing on initialise(), while mine is empty. I haven't gotten to the "Updating part".
Definitely not a duplicate of 8177 - just tried the fix for 8177 against this repro, and it's still not working.
ok, thanks for testing it
Any changes?