Skip to content

jlsanchezsanz/multi-typeahead

Repository files navigation

Published on webcomponents.org

<multi-typeahead>

Typeahead with multiple selection.

Usage

<multi-typeahead
  items="[[users]]"
  collapsed
  remove-selected
  selected-items="{{selectedUsers}}">
</multi-typeahead>

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

Install the following packages in order to add coverage to the tests:

npm i -g t2ym/web-component-tester#wct6-plugin
npm i -g t2ym/web-component-tester-istanbul#0.10.1-wct6.1

Run your tests by executing the following command:

$ wct

Your application is already set up to be tested via web-component-tester. Run wct to run your application's test suite locally.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published