Author: | ng-select |
---|---|
Official Page: | Go to website |
Publish Date: | May 19, 2020 |
License: | MIT |
Description:
ng-select is an Angular library to enhance the native select element with support for multi-select, autocomplete and custom styles.
Key Features:
- Custom binding to property or object
- Custom option, label, header and footer templates
- Virtual Scroll support with large data sets (>5000 items).
- Infinite scroll
- Keyboard navigation
- Multiselect
- Flexible autocomplete with client/server filtering
- Custom search
- Custom tags
- Append to
- Group items
- Output events
- Accessibility
- Good base functionality test coverage
- Themes
Install & Download:
# Yarn $ yarn add @ng-select/ng-select # NPM $ npm install @ng-select/ng-select --save