Suggestion List Problem on Android Platfrom (Landscape Mode)

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


1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team January 11, 2018 08:54 AM UTC

Hi Mehmet,

Thank you for contacting Syncfusion Support.

We could reproduce the issue “DropDown Suggestions are not opening in LandScape Mode”. This issue will be fixed in our upcoming 2018, Volume 1 release. Which is expected to be rolled out by the mid of February.

Regards,

Selva Kumar V.

Loader.
Up arrow icon