This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Releases: Plastikit/plastik-selector
Releases · Plastikit/plastik-selector
Polymer 1.0.0
- Updated for the release of Polymer 1.0.0
- Documentation now is fully viewable on the component page
Initial release
Basic functionality additions to iron-selector:
- Ability to require selection.
- Reset items.
- Validates any values set to
selectedorselectedValues, removing invalid values. plastik-selectorcan be switched between multi-selection mode on the fly and will retain its selection, switching betweenselectedandselectedValuesas necessary. Added unit test which tests this functionality.