Hi,
I am using SFPICKER in a generic format. ItemSource is bound to an observable collection of type of items and SelectedItem is bound to the same type of item.
The SelectedItem is getting reflected (changed) upon changing value. But the next time I open the picker, the view always reverts to the first item. This doesn't happen with the DatePicker sample application. Am I missing something here...???
NB: I also tried with type as object and string. Mode TwoWay on Binding also didn't show any change.
In ViewModel constructor:
Video: