You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

angular-material-autocomplete-list

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-material-autocomplete-list

An angular material directive that functions like a multiselect element, but with additional functionality.

1.1.0
latest
Source
npm
Version published
Weekly downloads
643
21.78%
Maintainers
1
Weekly downloads
 
Created
Source

Autocomplete list

Build Status

See the demo here

A better multi-select element that makes use of the material design autocomplete and list elements. It is designed to manage a list of arbitrary objects that is a subset of the total list of objects. In other words, it will let the user select any number of items from a list. For more details head to the view the docs here

Installation

To install via npm simply run npm install --save angular-material-autocomplete-list

Usage

First include the source code in your html page. The file to include is angular-material-autocomplete-list/dist/autocompeteList.min.js. Then add the autocompleteList module as a dependent of any modules that may use the directive. For a full example, you can preview the source of the demo.

Keywords

multiselect

FAQs

Package last updated on 23 Mar 2016

Did you know?

Socket

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