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