I have used sfautocomplete in my project and yesterday I have upgraded the Nuget Package to 20.1.0.47 from 19.2.0.60. So, now when I am deleting a value from sfAutocomplete control using the delete button, then it clears the value from the UI but not clears the value from the binded list. I have used it like this:
<autocomplete:SfAutoComplete
x:Name="DomicileAutoComplete"
AutomationId="DiscretionaryFlyingFilter_DomicileAutoComplete"
BackgroundColor="White"
Margin="10"
SuggestionMode="StartsWith"
MultiSelectMode="Token"
NoResultsFoundText="No results"
IsDropDownOpen="False"
IsSelectedItemsVisibleInDropDown="False"
TextHighlightMode="FirstOccurrence"
HighlightedTextColor="#D55427"
SelectedItem="{Binding DomicileSelectedList}"
DataSource="{Binding DomicileList}"
DisplayMemberPath="DomicileName" SelectedValuePath="DomicileName">
<autocomplete:SfAutoComplete.TokenSettings>
<autocomplete:TokenSettings
FontSize="14"
FontFamily="{StaticResource FontRegular}"
DeleteButtonPlacement="Left"
IsCloseButtonVisible="True"
/>
</autocomplete:SfAutoComplete.TokenSettings>
Please let me know what is the fix for this. Earlier it was working fine.
Hi Vinay,
We have analyzed the reported issue. We were able to reproduce the reported
issue "[iOS] When MultiSelectMode="Token," the delete button on
SfAutoComplete does not remove values from the bound list." and we have
confirmed this as a bug and logged a defect report. You can track the status of
the bug from the below link.
Link: https://www.syncfusion.com/feedback/34032
We will provide a patch for this issue on April 14, 2022. We appreciate your
patience until then.
Note: The provided feedback link is private, and you need to log in to view
this feedback.
If you have any more specifications/precise replication procedures or a
scenario to be tested, you can add it as a comment in the portal.
Regards,
Suganya Sethuraman.
Hi Vinay,
Sorry for the
inconvenience, we have fixed the issue “SfAutoComplete delete button not removing
values from the binded list when MultiSelectMode="Token" in iOS” and find the assembly
from the attachment.
Note: Please refer the below link to apply the custom assembly
This fix will be included in our weekly NuGet release which will be rolled out
on May 10, 2022. We appreciate your patience until then.
Regards,
Ruba Shanmugam
Hi Vinay,
There is no weekly NuGet release today due to having a Volume 1 SP1 release. This fix will be included in the next weekly NuGet release, which is scheduled for May 17, 2022. Until then, we appreciate your patience.
Regards,
Ruba Shanmugam