kel.angular.ajax.combobox 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package kel.angular.ajax.combobox --version 1.0.4
                    
NuGet\Install-Package kel.angular.ajax.combobox -Version 1.0.4
                    
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="kel.angular.ajax.combobox" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="kel.angular.ajax.combobox" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="kel.angular.ajax.combobox" />
                    
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 kel.angular.ajax.combobox --version 1.0.4
                    
#r "nuget: kel.angular.ajax.combobox, 1.0.4"
                    
#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.
#addin nuget:?package=kel.angular.ajax.combobox&version=1.0.4
                    
Install kel.angular.ajax.combobox as a Cake Addin
#tool nuget:?package=kel.angular.ajax.combobox&version=1.0.4
                    
Install kel.angular.ajax.combobox as a Cake Tool

* On-demand loading of list
* Paged list
* Can use page up / page down shortcut when navigating the list
* Can type on textbox anytime even when the dropdown list is displayed
* Can use mouse scroll on the popup list
* Keyboard shortcut to popup the list uses the conventional shortcut, Alt+Down, or F4
* Aside from next page / previous page buttons, it has fast forward and fast reverse button, it partition the list by 100 instead of the usual ten for paging. Say we have 5,000 rows, a total of 500 pages, so from first page when we click the fast forward button it brings us to page 51
* Can manually assign both ID/Code and Text for the combobox, by using ng-model and user-input attributes respectively. Think edit
* When pressing escape key, it reverts back the old value. Likewise when pressing tab, yet the user didn't select an item, the combobox will revert the old ID/Code and Text values
* Uses bootstrap for the design
* No jQuery

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.1.1 2,801 6/25/2015
1.1.0 1,708 12/12/2014
1.0.10 1,485 11/21/2014
1.0.9 1,473 11/21/2014
1.0.8 1,646 11/2/2014
1.0.7 1,851 11/2/2014
1.0.6 1,821 11/2/2014
1.0.5 1,834 11/1/2014
1.0.4 2,166 11/1/2014
1.0.3 2,142 11/1/2014
1.0.2 2,396 11/1/2014
1.0.1 2,688 11/1/2014
1.0.0 2,974 11/1/2014