Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Last working version is 20.4.0.43.
When trying to select an item from SfComboBox dropdown, the application crashes. This only happens after selecting a newly added item. As if the control itself is not refreshing when the collection is modified. Stack trace attached.
After the crash and after restarting the app, the selection works. I am adding a new item to SfComboBox source by adding an item to the collection atteched to it:
ObservableSourceList.Add(new DM.Models.Source { Name = title, Url = result });
I have attached stacktrace, xaml and codebehind.