We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Backspace doesn't add suppressed item on list

Hello,

I used an old version, the 14.X.X when the backspace wasn't supported. Now with the latest version, the backspace is supported but partially :
When I click on the backspace, the item disapear from the selected items. But it doesn't show anymore on the item list. So we can't add this item anymore.

This is my XAML code : 
<autocomplete:SfAutoComplete  x:Name="autoCompleteEmployee" SuggestionBoxPlacement="Top" DisplayMemberPath="fullName" HeightRequest="50" BackgroundColor="White" MultiSelectMode="Token" TokensWrapMode="Wrap" DataSource="{Binding WorkerNames}" IsSelectedItemsVisibleInDropDown="False" SelectionChanged="SfAutoCompleteWorkers_SelectionChanged"></autocomplete:SfAutoComplete>

Thanks


1 Reply

MK Muneesh Kumar G Syncfusion Team April 16, 2019 01:30 PM UTC

Hi Alexis,

 
Greetings from Syncfusion, we have tried to replicate the reported issue "Backspace doesn't add suppressed item on the list" at our end by creating a sample based on the provided code snippet and we are afraid that we are not able to reproduce the issue at our end. We have attached the tested sample for your reference.

Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/AutoComplete424386118
 

So can you please revert us by modifying the sample based on your application along with replication procedure. This will be helpful for us to investigate further and provide you a better solution at the earliest.

Regards,
 
Muneesh Kumar G.  
 


Loader.
Up arrow icon