Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

A better multiselect control that makes use of the material list and autocomplete elements

License

Notifications You must be signed in to change notification settings

jamesfer/angular-material-autocomplete-list

Repository files navigation

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.

About

A better multiselect control that makes use of the material list and autocomplete elements

Resources

License

Stars

Watchers

Forks

Packages

No packages published