ng-select-autocomplete
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

NgxSelectAutocomplete

It is a fork of MatSelectAutocomplete with the necessary changes to use it with Angular 9+

Features

  • Autocomplete in mat-select : Search the options based on display value
  • Unselect / Select All at single click
  • Ability to select / unselect partial list which is being filtered

Installation

Install NgxSelectAutocomplete with npm: npm install ngx-select-autocomplete --save

Dependency

Angular Material. Add it using [GettingStartedWithAngularMaterial].

Usage

Install ngx-select-autocomplete using [npm] In AppModule, import { SelectAutocompleteModule } from ‘select-autocomplete’; Add it to your AppModule import list Add material theme to your styles.scss as @import “~@angular/material/prebuilt-themes/indigo-pink.css”; Add Material icons fonts to index.html as

 
<link href=”https://fonts.googleapis.com/icon?family=Material+Icons" rel=”stylesheet”>
 
Now use <ngx-select-autocomplete> with configurations specified in document
 
 
## Keywords
 
[angular], [angular2+], [angular2+], [angular6], [javascript], [material], [mat-select], [mat-select-autocomplete], [autocomplete]

Package Sidebar

Install

npm i ng-select-autocomplete

Weekly Downloads

9

Version

1.4.1

License

none

Unpacked Size

193 kB

Total Files

26

Last publish

Collaborators

  • atrotskov