kel.angular.ajax.combobox 1.0.7

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.7
NuGet\Install-Package kel.angular.ajax.combobox -Version 1.0.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kel.angular.ajax.combobox --version 1.0.7
#r "nuget: kel.angular.ajax.combobox, 1.0.7"
#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 kel.angular.ajax.combobox as a Cake Addin
#addin nuget:?package=kel.angular.ajax.combobox&version=1.0.7

// Install kel.angular.ajax.combobox as a Cake Tool
#tool nuget:?package=kel.angular.ajax.combobox&version=1.0.7

* 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
* Uses AngularJS 1.3 ng-model-options debounce functionality to prevent fast typist from overwhelming the network
* 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 to old ID/Code and Text values
* Developer still has control on the requested ajax url's parameter names, and also with the result's list and total's property names. The component doesn't impose any names for the ajax's url parameter names and response property names
* The popup's width has the same width as the combobox
* 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,612 6/25/2015
1.1.0 1,565 12/12/2014
1.0.10 1,344 11/21/2014
1.0.9 1,332 11/21/2014
1.0.8 1,512 11/2/2014
1.0.7 1,710 11/2/2014
1.0.6 1,684 11/2/2014
1.0.5 1,696 11/1/2014
1.0.4 2,031 11/1/2014
1.0.3 2,006 11/1/2014
1.0.2 2,255 11/1/2014
1.0.1 2,552 11/1/2014
1.0.0 2,834 11/1/2014

Added minified version

Allow optional value, nullable field

Prevent unnecessary network call when first or last page is encountered