UI elements

ng2-select

NG 2 Select Component by Valor Software

A select component created by the Valor Software and used in more than 2000 other projects. It is no longer maintained but as it has been forked more than 700 times we may soon get another bold component.

Project website https://valor-software.com/ng2-select/

Documentation Docs / Github

License MIT

Demo 

  1. https://valor-software.com/ng2-select/

Dependencies

none

NPM

https://www.npmjs.com/package/ng2-select-base

npm i ng2-select-base

Features

  • 4 types of the select field: single, multiple, rich (HTML) and children
  • allowClear option (boolean)
  • events: refreshValue, selected, removed, typed
  • items as an array
  • setting up an array of active options and disabled options
  • placeholder
  • allowing multiple values

You may also like...