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 MatSelectAutocomplete with npm: npm install select-autocomplete --save
Dependency
Angular Material. Add it using [GettingStartedWithAngularMaterial].
Usage
Install 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 () Now use with configurations specified in document