OverviewOfficial Website
ng-select is a TypeScript Package that converts the normal select or input into customizable select inputs with multi-select and autocomplete support.
Add Package
npm install @ng-select/ng-select --save
Remove Package
npm uninstall @ng-select/ng-select or you can remove package by removing specific package from package.json
Examples:
Title | Template |
---|---|
Default Choice |
|
Option Groups |
|
Options added with no search |
|
Default Multiple Select |
|
Multiple Select with remove button |
|
Multiple Select with options group. |
|
Choices select limit with text input & removebutton |
|
Choices with disable option |
|