Xamarin.CustomControls.AutoCompleteView
1.0.14
dotnet add package Xamarin.CustomControls.AutoCompleteView --version 1.0.14
NuGet\Install-Package Xamarin.CustomControls.AutoCompleteView -Version 1.0.14
<PackageReference Include="Xamarin.CustomControls.AutoCompleteView" Version="1.0.14" />
paket add Xamarin.CustomControls.AutoCompleteView --version 1.0.14
#r "nuget: Xamarin.CustomControls.AutoCompleteView, 1.0.14"
// Install Xamarin.CustomControls.AutoCompleteView as a Cake Addin #addin nuget:?package=Xamarin.CustomControls.AutoCompleteView&version=1.0.14 // Install Xamarin.CustomControls.AutoCompleteView as a Cake Tool #tool nuget:?package=Xamarin.CustomControls.AutoCompleteView&version=1.0.14
AutoCompleteView custom control for Xamarin.Forms
Learn more about Target Frameworks and .NET Standard.
-
- Xamarin.CustomControls.RepeaterView (>= 1.0.10)
- Xamarin.Forms (>= 2.3.2.127)
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,508 | 6/19/2017 |
1.0.13 | 905 | 6/9/2017 |
1.0.12 | 948 | 6/7/2017 |
1.0.11 | 891 | 6/7/2017 |
1.0.10 | 886 | 6/6/2017 |
1.0.9 | 890 | 6/5/2017 |
1.0.8 | 1,018 | 5/19/2017 |
1.0.7 | 984 | 5/19/2017 |
1.0.6 | 1,025 | 5/19/2017 |
1.0.5 | 1,033 | 5/19/2017 |
1.0.4 | 1,058 | 4/11/2017 |
1.0.3 | 1,100 | 3/20/2017 |
1.0.2 | 1,004 | 3/20/2017 |
1.0.1 | 1,021 | 3/13/2017 |
1.0.0 | 1,119 | 3/3/2017 |
1.0.14 - suggestions can be placed in another Layout
1.0.13 - suggestions background color bug fix
1.0.12 - bug fix
1.0.11 - minor fixes
1.0.10 - added suggestions panel placement
1.0.9 - added ability to scroll to avoid keyboard overlapping
1.0.6/7/8 - 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