Angular 2+ Multi-Select Tag Input

Author: snoop088
Official Page: Go to website
Publish Date: June 8, 2017
License: MIT

Description:

Angular 2+ MultiSelect which adds tags into a container. Click a tag to remove from the selected. The component implements a control value accessor and supports both template driven and reactive forms. AOT compatible.

This control will allow you to access any JSON source or list and use a ‘.’ delimited accessor (aa.bb.cc) to select which items to list in the container using autocomplete. When you a click on an item in the list the control would list its object as a value. Just like a normal select form input with a multi select option.

Installation:

Angular 2+ Multi-Select Tag Input

Preview:

Angular 2+ Multi-Select Tag Input


You Might Be Interested In:

Add Comment