Hi fellas,
If I use a autocomplete component on Android platform with in landscape mode Suggeslist disapering when i read more charecter then MinPrefixCharecterLength.
But this is only on Landspace Android Platform bugs.
Here is the xaml code;
And also code behind;
List dumbModel = new List();
autoComplete.DataSource = dumbModel;
autoComplete.Focus();
autoComplete.InputTransparent = false;
autoComplete.VerticalOptions = LayoutOptions.Start;
Thanks advice,
By the way SyncFusion version is 15.4.0.17