Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Releases: Plastikit/plastik-selector

Polymer 1.0.0

28 May 18:05

Choose a tag to compare

Polymer 1.0.0 Pre-release
Pre-release
  • Updated for the release of Polymer 1.0.0
  • Documentation now is fully viewable on the component page

Initial release

15 May 11:31

Choose a tag to compare

Initial release Pre-release
Pre-release

Basic functionality additions to iron-selector:

  • Ability to require selection.
  • Reset items.
  • Validates any values set to selected or selectedValues, removing invalid values.
  • plastik-selector can be switched between multi-selection mode on the fly and will retain its selection, switching between selected and selectedValues as necessary. Added unit test which tests this functionality.