🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

kel.angular.ajax.combobox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kel.angular.ajax.combobox

* 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 * ng-change event * page size property

1.1.1
NuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

angular

FAQs

Package last updated on 25 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts