Xamarin.CustomControls.AutoCompleteView 1.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.CustomControls.AutoCompleteView --version 1.0.6
NuGet\Install-Package Xamarin.CustomControls.AutoCompleteView -Version 1.0.6
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="Xamarin.CustomControls.AutoCompleteView" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.CustomControls.AutoCompleteView --version 1.0.6
#r "nuget: Xamarin.CustomControls.AutoCompleteView, 1.0.6"
#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.
// Install Xamarin.CustomControls.AutoCompleteView as a Cake Addin
#addin nuget:?package=Xamarin.CustomControls.AutoCompleteView&version=1.0.6

// Install Xamarin.CustomControls.AutoCompleteView as a Cake Tool
#tool nuget:?package=Xamarin.CustomControls.AutoCompleteView&version=1.0.6

AutoCompleteView custom control for Xamarin.Forms

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.14 12,445 6/19/2017
1.0.13 882 6/9/2017
1.0.12 925 6/7/2017
1.0.11 867 6/7/2017
1.0.10 859 6/6/2017
1.0.9 861 6/5/2017
1.0.8 990 5/19/2017
1.0.7 963 5/19/2017
1.0.6 994 5/19/2017
1.0.5 1,003 5/19/2017
1.0.4 1,027 4/11/2017
1.0.3 1,076 3/20/2017
1.0.2 982 3/20/2017
1.0.1 992 3/13/2017
1.0.0 1,086 3/3/2017

1.0.6 - Bugfix
   1.0.5 - Added events on opening/closing of the suggestions panel
   1.0.4 - add entry line feature
   1.0.3 - Fixed bug that prevented item to be selected by code