DanielYKPan / angular2-multi-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2-multi-select

A simple multi select input in pure angular2 component. For example, it could be used as a tag select input.

Features

  • Click the input, it would show a dropdown panel to show options(which could be from remote)
  • Type in the input and it would filter options
  • Type a new option, and create it

Septup

First you need to install the npm module:

npm install

Then run a server to start

npm run start

About


Languages

Language:TypeScript 55.9%Language:CSS 17.7%Language:HTML 15.1%Language:JavaScript 11.4%