Socket
Socket
Sign inDemoInstall

mat-select-autocomplete

Package Overview
Dependencies
9
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mat-select-autocomplete

Angular material select component with autocomplete and select all features


Version published
Weekly downloads
785
decreased by-17.8%
Maintainers
1
Install size
207 kB
Created
Weekly downloads
 

Readme

Source

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

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], [angular2+], [angular2+], [angular6], [javascript], [material], [mat-select], [mat-select-autocomplete], [autocomplete]

Keywords

FAQs

Last updated on 31 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc