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

1.9.8 • Public • Published

MatSelectAutocomplete

MatSelectAutocomplete is Angular based material component with feature of multi-options selection and autocomplete features

[Demo] (https://stackblitz.com/edit/mat-select-autocomplete) [Documentation] (https://medium.com/@cryptoipl/angular-material-multi-select-with-autocomplete-113065d58dab)

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
  • Search works similar to IntelliJ CamelHumps search

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 (<link href=”https://fonts.googleapis.com/icon?family=Material+Icons" rel=”stylesheet”>) Now use with configurations specified in document

Keywords

[angular], [angular15+], [angular15], [angular14], [javascript], [material], [mat-select], [mat-select-autocomplete], [autocomplete]

Package Sidebar

Install

npm i costimize-mat-select-autocomplete

Weekly Downloads

167

Version

1.9.8

License

none

Unpacked Size

264 kB

Total Files

18

Last publish

Collaborators

  • milamber97
  • costimizeio