SelectionChanged on android not work

Hi! In the last update, the event SelectionChanged only fire once, but always without value.
I try your example, but not work:
          sfAutoComplete.SelectionChanged += (sender, e) =>
             {
                 DisplayAlert("Selection Changed", "Selected Value: " + sfAutoComplete.SelectedValue.ToString(), "OK");
             };

This is using xamarin forms 2.4.0.74863 and Syncfusion.Xamarin.SfAutoComplete 15.4.0.17 on android 6.0. DataSource is a list of 2.000 elements aprox.

1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team November 23, 2017 12:10 PM UTC

Hi Rafael,

Thank you for contacting Syncfusion support.

Query: SelectionChanged on Android not work as expected

We were able to reproduce the reported issue "SelectionChanged on Android not work as expected” at our end. We have logged a defect report regarding the same. A support incident to track the status of this defect has been created under your account.

Please log on to our support website to check for further updates.

Link: https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,

Selva Kumar V.

Loader.
Up arrow icon