Directory

paper-autocomplete-chips - Vaadin Add-on Directory

Multi-selection chips version of paper-autocomplete. paper-autocomplete-chips - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/Neovici/paper-autocomplete-chips](https://github.com//Neovici/paper-autocomplete-chips/blob/v2.0.3/README.md) on 2019-05-10 ]** [![Build Status](https://travis-ci.org/Neovici/paper-autocomplete-chips.svg?branch=master)](https://travis-ci.org/Neovici/paper-autocomplete-chips) [![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/Neovici/paper-autocomplete-chips) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Neovici/paper-autocomplete-chips) # <paper-autocomplete-chips> `` is a multi-selection chips version of [paper-autocomplete](https://www.webcomponents.org/element/ellipticaljs/paper-autocomplete). ```html ``` ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ``` ## Running Tests ``` $ polymer test ``` Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.