Hi ,
We are using sfcombobox version 19.4.0.50. We added combobox inside Navigation titleview. Before updating control App works fine during navigation (front/back).After update app getting crashed and below is the stack trace.
at Syncfusion.XForms.UWP.ComboBox.SfComboBoxRenderer.OnElementPropertyChanged(Object sender, PropertyChangedEventArgs e)
at Xamarin.Forms.BindableObject.OnPropertyChanged(String propertyName)
at Xamarin.Forms.Element.OnPropertyChanged(String propertyName)
at Xamarin.Forms.BindableObject.SetValueActual(BindableProperty property, BindablePropertyContext context, Object value, Boolean currentlyApplying, SetValueFlags attributes, Boolean silent)
at Xamarin.Forms.BindableObject.SetValueCore(BindableProperty property, Object value, SetValueFlags attributes, SetValuePrivateFlags privateAttributes)
at Xamarin.Forms.Element.SetValueFromRenderer(BindablePropertyKey property, Object value)
at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.UpdateIsFocused(Boolean isFocused)
at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose(Boolean disposing)
at Syncfusion.XForms.UWP.ComboBox.SfComboBoxRenderer.Dispose(Boolean disposing)
at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose()
at Xamarin.Forms.Platform.UWP.VisualElementExtensions.Cleanup(VisualElement self)
at Xamarin.Forms.Platform.UWP.VisualElementPackager.Dispose(Boolean disposing)
at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose(Boolean disposing)
at Xamarin.Forms.Platform.UWP.VisualElementRenderer`2.Dispose()
at Xamarin.Forms.Platform.UWP.VisualElementExtensions.Cleanup(VisualElement self)
at Xamarin.Forms.Platform.UWP.NavigationPageRenderer.SetPage(Page page, Boolean isAnimated, Boolean isPopping)
at Xamarin.Forms.Platform.UWP.NavigationPageRenderer.OnPopRequested(Object sender, NavigationRequestedEventArgs e)
at Xamarin.Forms.NavigationPage.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Forms.NavigationPage.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Forms.NavigationPage.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()