1.4.1 • Published 4 years ago

ng-select-autocomplete v1.4.1

Weekly downloads
36
License
-
Repository
-
Last release
4 years ago

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]