Syncfusion.Xamarin.SfAutoComplete 17.4.0.53

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Xamarin.SfAutoComplete --version 17.4.0.53
                    
NuGet\Install-Package Syncfusion.Xamarin.SfAutoComplete -Version 17.4.0.53
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Xamarin.SfAutoComplete" Version="17.4.0.53" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Xamarin.SfAutoComplete" Version="17.4.0.53" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Xamarin.SfAutoComplete" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Xamarin.SfAutoComplete --version 17.4.0.53
                    
#r "nuget: Syncfusion.Xamarin.SfAutoComplete, 17.4.0.53"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Syncfusion.Xamarin.SfAutoComplete@17.4.0.53
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Syncfusion.Xamarin.SfAutoComplete&version=17.4.0.53
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Xamarin.SfAutoComplete&version=17.4.0.53
                    
Install as a Cake Tool

The Syncfusion Auto Complete for Xamarin.Forms provides a simple way to complete the text based on the characters entered previously. It also provides an option to choose a suggestion from the drop down or append a suggestion to the text directly.

Key features:
• Auto complete modes: Three different ways to display filtered suggestions: drop down list, appending the first suggestion to text, and both.
• Suggestion modes: Suggestions can be filtered in 9 modes, like StartsWith, EndWith, contains, equals, custom, etc. There are both case sensitive and insensitive modes.
• Watermark: Supports explanatory text inside the control until the user inputs text. Watermark is restored again if the text is cleared.
• Popup delay and minimum prefix characters: Filtering process can be delayed by providing minimum character count, after which auto complete starts giving suggestions.
• Customization: Options to customize both the entry and suggestion drop down.
• Multiple selection: Two different ways (token representation and delimiter) to select multiple items from the suggestion list.
• Load more: Restrict the number of suggestions displayed and have the remaining items loaded by selecting LoadMore.
• Header and footer content can be given at the top and bottom of the suggestion list.
• Diacritic sense: Populate the items from a language with letters containing diacritics, and search for them with English characters using an en-US keyboard.
• Highlight matching text in the suggestion list based on the input given.
• Custom filter: Filter items in the suggestion list based on their filtering condition.

Note: This package needs to be installed in all Xamarin.Forms projects (PCL/.NET Standard, Android, iOS, and UWP).

Learn more: https://www.syncfusion.com/xamarin-ui-controls/xamarin-autocomplete?utm_source=nuget&utm_medium=listing

Documentation: https://help.syncfusion.com/xamarin/autocomplete/getting-started?utm_source=nuget&utm_medium=listing

Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing
Forum:  https://www.syncfusion.com/forums/xamarin.forms?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).

© Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Syncfusion.Xamarin.SfAutoComplete:

Package Downloads
Syncfusion.Xamarin.SfDataForm

This package provides the functionality to utilize the features of Syncfusion® Xamarin DataForms control and more.

Cyber.Xamari.lib

Package Description

ItEnterprise.Common.CoreStandard

ItEnterprise Common.CoreStandard for Xamarin Forms

ItEnterprise.Common.CoreDroid

ItEnterprise Common.CoreDroid for Xamarin Forms

ContactManager.Xamarin

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Syncfusion.Xamarin.SfAutoComplete:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
o1298098/Xamarin-CloudMusic
Xamarin.Forms goodlooking UI sample
Version Downloads Last Updated
30.2.4 314 8/7/2025
30.1.42 108 7/28/2025
30.1.41 554 7/22/2025
30.1.40 187 7/14/2025
30.1.39 183 7/8/2025
30.1.38 186 7/1/2025
30.1.37 206 6/25/2025
29.2.11 211 6/16/2025
29.2.10 601 6/9/2025
29.2.9 521 6/5/2025
29.2.8 177 6/3/2025
29.2.7 205 5/26/2025
29.2.5 205 5/21/2025
29.2.4 295 5/14/2025
29.1.41 213 5/5/2025
29.1.40 250 4/28/2025
29.1.39 217 4/21/2025
29.1.38 296 4/14/2025
29.1.37 255 4/8/2025
29.1.35 275 4/1/2025
29.1.33 630 3/25/2025
28.2.12 381 3/19/2025
28.2.11 420 3/10/2025
28.2.9 320 3/4/2025
28.2.7 384 2/25/2025
28.2.6 278 2/17/2025
28.2.5 272 2/11/2025
28.2.4 402 2/4/2025
28.2.3 295 1/29/2025
28.1.41 618 1/20/2025
28.1.39 2,221 1/13/2025
28.1.38 271 1/7/2025
28.1.37 226 12/31/2024
28.1.36 223 12/23/2024
28.1.35 251 12/18/2024
28.1.33 323 12/12/2024
27.2.5 322 12/2/2024
27.2.4 2,582 11/26/2024
27.2.3 194 11/22/2024
27.2.2 254 11/15/2024
27.1.58 269 11/4/2024
27.1.57 833 10/28/2024
27.1.56 358 10/23/2024
27.1.55 197 10/21/2024
27.1.53 269 10/14/2024
27.1.52 243 10/7/2024
27.1.51 317 9/30/2024
27.1.50 777 9/23/2024
27.1.48 396 9/18/2024
26.2.14 1,173 9/9/2024
26.2.13 215 9/5/2024
26.2.12 201 9/2/2024
26.2.11 271 8/27/2024
26.2.10 2,229 8/19/2024
26.2.9 322 8/12/2024
26.2.8 238 8/5/2024
26.2.7 197 7/29/2024
26.2.5 704 7/26/2024
26.2.4 250 7/24/2024
26.1.42 369 7/15/2024
26.1.41 308 7/8/2024
26.1.40 283 7/1/2024
26.1.39 1,360 6/24/2024
26.1.38 932 6/18/2024
26.1.35 326 6/11/2024
25.2.7 638 6/3/2024
25.2.6 262 5/28/2024
25.2.5 294 5/21/2024
25.2.4 886 5/14/2024
25.2.3 3,604 5/8/2024
25.1.42 1,428 4/29/2024
25.1.41 714 4/23/2024
25.1.40 964 4/15/2024
25.1.39 640 4/8/2024
25.1.38 804 4/1/2024
25.1.37 438 3/26/2024
25.1.35 1,479 3/15/2024
24.2.9 5,216 3/4/2024
24.2.8 853 2/26/2024
24.2.7 825 2/19/2024
24.2.6 1,087 2/14/2024
24.2.5 697 2/12/2024
24.2.4 1,207 2/5/2024
24.2.3 1,284 1/31/2024
24.1.47 1,591 1/22/2024
24.1.46 1,754 1/16/2024
24.1.45 3,297 1/8/2024
24.1.44 2,436 1/2/2024
24.1.43 1,427 12/27/2023
24.1.41 1,625 12/18/2023
23.2.7 1,629 12/6/2023
23.2.6 1,368 11/28/2023
23.2.5 1,565 11/23/2023
23.2.4 1,689 11/20/2023
23.1.44 3,348 11/6/2023
23.1.43 1,287 10/30/2023
23.1.42 1,278 10/23/2023
23.1.41 2,001 10/16/2023
23.1.40 1,699 10/10/2023
23.1.39 1,812 10/4/2023
23.1.38 2,429 9/26/2023
23.1.36 19,505 9/15/2023
22.2.12 2,148 9/5/2023
22.2.11 3,114 8/28/2023
22.2.10 1,620 8/22/2023
22.2.9 1,842 8/14/2023
22.2.8 2,095 8/7/2023
22.2.7 1,682 8/2/2023
22.2.5 1,753 7/27/2023
22.1.39 3,609 7/18/2023
22.1.38 2,221 7/11/2023
22.1.37 1,807 7/3/2023
22.1.36 2,121 6/28/2023
22.1.34 5,452 6/21/2023
21.2.10 2,222 6/12/2023
21.2.9 3,187 6/6/2023
21.2.8 2,179 5/30/2023
21.2.6 2,360 5/22/2023
21.2.5 5,127 5/15/2023
21.2.4 2,568 5/9/2023
21.2.3 2,528 5/3/2023
21.1.41 3,582 4/19/2023
21.1.39 2,948 4/10/2023
21.1.38 5,235 4/3/2023
21.1.37 2,281 3/29/2023
21.1.35 3,385 3/23/2023
20.4.0.54 2,967 3/13/2023
20.4.0.53 2,228 3/7/2023
20.4.0.52 3,755 2/28/2023
20.4.0.51 9,704 2/21/2023
20.4.0.50 2,796 2/14/2023
20.4.0.49 4,537 2/7/2023
20.4.0.48 3,163 2/1/2023
20.4.0.44 5,021 1/18/2023
20.4.0.43 3,121 1/10/2023
20.4.0.42 2,421 1/4/2023
20.4.0.41 2,285 12/29/2022
20.4.0.40 1,985 12/28/2022
20.4.0.38 14,756 12/21/2022
20.3.0.61 11,130 12/12/2022
20.3.0.60 5,018 12/6/2022
20.3.0.59 10,584 11/29/2022
20.3.0.58 3,113 11/22/2022
20.3.0.57 5,490 11/15/2022
20.3.0.56 2,495 11/8/2022
20.3.0.52 2,767 10/27/2022
20.3.0.50 3,086 10/18/2022
20.3.0.49 9,774 10/11/2022
20.3.0.48 2,904 10/5/2022
20.3.0.47 9,020 9/29/2022
20.2.0.50 9,255 9/20/2022
20.2.0.49 2,765 9/13/2022
20.2.0.48 3,153 9/6/2022
20.2.0.46 3,718 8/30/2022
20.2.0.45 5,267 8/23/2022
20.2.0.44 2,846 8/16/2022
20.2.0.43 5,827 8/8/2022
20.2.0.40 78,187 7/26/2022
20.2.0.39 10,949 7/19/2022
20.2.0.38 4,310 7/12/2022
20.2.0.36 7,475 6/30/2022
20.1.0.61 5,234 6/20/2022
20.1.0.60 18,877 6/14/2022
20.1.0.59 3,830 6/7/2022
20.1.0.58 8,141 5/31/2022
20.1.0.57 3,313 5/24/2022
20.1.0.56 8,714 5/17/2022
20.1.0.55 3,965 5/12/2022
20.1.0.52 17,078 5/3/2022
20.1.0.51 6,147 4/26/2022
20.1.0.50 3,713 4/19/2022
20.1.0.48 5,510 4/12/2022
20.1.0.47 5,430 4/4/2022
19.4.0.56 15,876 3/15/2022
19.4.0.55 4,406 3/8/2022
19.4.0.54 4,694 2/28/2022
19.4.0.53 2,909 2/22/2022
19.4.0.52 3,750 2/15/2022
19.4.0.50 3,912 2/8/2022
19.4.0.48 46,931 1/31/2022
19.4.0.47 4,166 1/25/2022
19.4.0.43 2,941 1/18/2022
19.4.0.42 4,460 1/11/2022
19.4.0.41 2,749 1/4/2022
19.4.0.40 2,605 12/28/2021
19.4.0.38 4,972 12/17/2021
19.3.0.59 7,747 12/14/2021
19.3.0.57 5,859 12/7/2021
19.3.0.56 3,257 11/29/2021
19.3.0.55 2,707 11/23/2021
19.3.0.54 3,407 11/17/2021
19.3.0.53 4,032 11/12/2021
19.3.0.48 21,134 11/3/2021
19.3.0.47 3,298 10/26/2021
19.3.0.46 16,190 10/19/2021
19.3.0.45 4,125 10/12/2021
19.3.0.44 6,662 10/5/2021
19.3.0.43 7,390 9/30/2021
19.2.0.62 10,677 9/13/2021
19.2.0.60 3,556 9/7/2021
19.2.0.59 2,760 8/30/2021
19.2.0.57 4,248 8/24/2021
19.2.0.56 3,844 8/17/2021
19.2.0.55 4,750 8/11/2021
19.2.0.51 6,081 8/2/2021
19.2.0.49 6,847 7/26/2021
19.2.0.48 3,283 7/19/2021
19.2.0.47 9,057 7/13/2021
19.2.0.46 3,359 7/6/2021
19.2.0.44 6,374 6/30/2021
19.1.0.69 10,856 6/14/2021
19.1.0.67 4,279 6/7/2021
19.1.0.66 6,828 5/31/2021
19.1.0.65 3,248 5/24/2021
19.1.0.64 4,756 5/19/2021
19.1.0.63 3,112 5/13/2021
19.1.0.59 6,346 5/3/2021
19.1.0.58 5,805 4/26/2021
19.1.0.57 6,238 4/20/2021
19.1.0.56 8,578 4/13/2021
19.1.0.55 5,496 4/6/2021
19.1.0.54 5,828 3/30/2021
18.4.0.49 14,612 3/22/2021
18.4.0.48 4,409 3/16/2021
18.4.0.47 5,136 3/9/2021
18.4.0.46 6,206 3/2/2021
18.4.0.44 4,105 2/23/2021
18.4.0.43 5,082 2/15/2021
18.4.0.42 4,540 2/9/2021
18.4.0.41 53,450 2/2/2021
18.4.0.39 5,732 1/28/2021
18.4.0.35 5,888 1/19/2021
18.4.0.34 6,937 1/12/2021
18.4.0.33 4,796 1/4/2021
18.4.0.32 3,355 12/30/2020
18.4.0.31 3,866 12/22/2020
18.4.0.30 11,424 12/17/2020
18.3.0.53 15,220 12/8/2020
18.3.0.52 4,011 11/30/2020
18.3.0.51 26,857 11/23/2020
18.3.0.50 5,089 11/17/2020
18.3.0.48 6,179 11/10/2020
18.3.0.47 4,120 11/5/2020
18.3.0.44 6,380 10/27/2020
18.3.0.42 6,450 10/20/2020
18.3.0.40 5,015 10/12/2020
18.3.0.38 5,820 10/7/2020
18.3.0.35 5,877 10/1/2020
18.2.0.59 13,205 9/22/2020
18.2.0.58 4,065 9/15/2020
18.2.0.57 3,586 9/8/2020
18.2.0.56 4,263 9/1/2020
18.2.0.55 4,980 8/25/2020
18.2.0.54 3,653 8/18/2020
18.2.0.48 8,412 8/4/2020
18.2.0.47 4,473 7/28/2020
18.2.0.46 3,568 7/21/2020
18.2.0.45 4,100 7/14/2020
18.2.0.44 21,066 7/6/2020
18.1.0.59 9,298 6/23/2020
18.1.0.57 3,941 6/16/2020
18.1.0.56 4,238 6/9/2020
18.1.0.55 5,872 6/2/2020
18.1.0.54 3,970 5/27/2020
18.1.0.53 3,937 5/19/2020
18.1.0.52 6,579 5/13/2020
18.1.0.48 10,137 5/5/2020
18.1.0.46 6,372 4/28/2020
18.1.0.45 3,896 4/21/2020
18.1.0.44 8,150 4/14/2020
18.1.0.43 4,479 4/7/2020
18.1.0.42 16,246 4/1/2020
18.1.0.36-beta 2,205 3/19/2020
17.4.0.55 16,090 3/10/2020
17.4.0.53 4,598 3/3/2020
17.4.0.51 5,495 2/25/2020
17.4.0.50 5,600 2/18/2020
17.4.0.49 3,809 2/11/2020
17.4.0.47 4,112 2/5/2020
17.4.0.46 4,519 1/30/2020
17.4.0.44 7,208 1/21/2020
17.4.0.43 3,619 1/14/2020
17.4.0.41 3,852 1/7/2020
17.4.0.40 4,053 12/24/2019
17.4.0.39 8,300 12/17/2019
17.3.0.34 48,634 12/10/2019
17.3.0.33 3,893 12/4/2019
17.3.0.30 2,789 12/3/2019
17.3.0.29 4,015 11/26/2019
17.3.0.28 4,221 11/19/2019
17.3.0.27 3,473 11/12/2019
17.3.0.26 6,784 11/5/2019
17.3.0.21 4,133 10/29/2019
17.3.0.19 10,192 10/22/2019
17.3.0.17 3,997 10/15/2019
17.3.0.14 14,583 10/3/2019
17.3.0.9-beta 2,238 9/20/2019
17.2.0.51 6,268 9/10/2019
17.2.0.49 2,551 9/3/2019
17.2.0.47 2,981 8/27/2019
17.2.0.46 3,602 8/22/2019
17.2.0.41 9,123 8/13/2019
17.2.0.40 3,499 8/6/2019
17.2.0.39 2,430 7/30/2019
17.2.0.36 7,447 7/23/2019
17.2.0.35 3,107 7/17/2019
17.2.0.34 13,944 7/11/2019
17.2.0.28-beta 2,003 6/27/2019
17.1.0.53 5,668 6/25/2019
17.1.0.52 7,029 6/18/2019
17.1.0.51 3,865 6/11/2019
17.1.0.50 3,123 6/4/2019
17.1.0.49 3,016 5/28/2019
17.1.0.48 4,402 5/21/2019
17.1.0.47 3,456 5/14/2019
17.1.0.44 4,484 5/7/2019
17.1.0.43 4,925 4/30/2019
17.1.0.42 4,559 4/23/2019
17.1.0.41 2,324 4/16/2019
17.1.0.40 2,485 4/9/2019
17.1.0.38 4,839 3/29/2019
17.1.0.32-beta 2,041 3/13/2019
16.4.0.54 8,975 2/19/2019
16.4.0.53 3,240 2/13/2019
16.4.0.52 3,319 2/5/2019
16.4.0.48 4,004 1/22/2019
16.4.0.47 2,562 1/16/2019
16.4.0.46 2,795 1/8/2019
16.4.0.44 3,032 12/24/2018
16.4.0.42 5,150 12/17/2018
16.4.0.40-beta 1,693 12/10/2018
16.3.0.36 3,996 11/27/2018
16.3.0.35-beta 2,020 11/23/2018
16.3.0.29 4,495 10/30/2018
16.3.0.21 5,317 9/21/2018
16.3.0.17-beta 1,878 9/12/2018
16.2.0.50 7,917 8/28/2018
16.2.0.46 4,312 8/6/2018
16.2.0.42 5,969 6/29/2018
16.2.0.41 5,044 6/25/2018
16.1.0.37 10,238 4/25/2018
16.1.0.32 7,033 3/29/2018
16.1.0.26 4,279 3/7/2018
16.1.0.24 3,078 2/22/2018
15.4.0.20 5,690 12/28/2017
15.4.0.17 6,664 12/11/2017