Skip to content

paper tags, input tags and paper-tags dropdown for selecting multiple items in a list

License

Notifications You must be signed in to change notification settings

PolymerEl/paper-tags

Repository files navigation

Published on webcomponents.org

<paper-tags>

Series of elements for handling tags with Polymer and custom elements:

  • <paper-tags> - just the tags
  • <paper-tags-input> - input element for entering tags
  • <paper-tags-dropdown> - dropdown-elements for selecting tags in a dropdown-list

Example Usage:

<paper-tags-input label="input label" show-counter="tags" items='["hello", "new"]'  maxLength="10"></paper-tags-input>
<paper-tags-dropdown items='[{"id":1,"desc":"description 1","label":"Title 1"},{"id":"12345","desc":"description 4","label":"new items"},{"id":"5","desc":"description 4","label":"Hello"},{"id":6,"desc":"description 4","label":"Bar"}]' noink label="label dropdown"  value-object='{"5": "true"}' ></paper-tags-dropdown>