Typeahead with multiple selection.
<multi-typeahead
items="[[users]]"
collapsed
remove-selected
selected-items="{{selectedUsers}}">
</multi-typeahead>
First, make sure you have the Polymer CLI installed. Then run polymer serve
to serve your element locally.
$ polymer serve
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.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D