I have included the SFAutoComplete control in a Xamarin.Forms project that also incorporates MvvmCross. When selecting an item from the suggestion box, I get the error message below. This error only occurs in Android; iOS works just fine. All other functions of the SFautoComplete control seem to work in the Android build. I have the latest of all stable releases.
09-11 07:34:47.606 I/MonoDroid(12861): System.InvalidCastException: Specified cast is not valid.
09-11 07:34:47.606 I/MonoDroid(12861): at Com.Syncfusion.Autocomplete.SfAutoComplete.PerformCompletion (System.Int32 position, System.Int64 id) [0x002b0] in <ba8241f30dd7450f889d5c709efb5e9b>:0
09-11 07:34:47.606 I/MonoDroid(12861): at Com.Syncfusion.Autocomplete.SfAutoComplete.OnTouch (Android.Views.View v, Android.Views.MotionEvent e) [0x00240] in <ba8241f30dd7450f889d5c709efb5e9b>:0
09-11 07:34:47.606 I/MonoDroid(12861): at Android.Views.View+IOnTouchListenerInvoker.n_OnTouch_Landroid_view_View_Landroid_view_MotionEvent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v, System.IntPtr native_e) [0x00019] in <a10f61e70eeb434e952fef884856c199>:0
09-11 07:34:47.606 I/MonoDroid(12861): at (wrapper dynamic-method) System.Object.77(intptr,intptr,intptr,intptr)