0.1.7 • Published 4 years ago

@vaadin/single-selection-mixin v0.1.7

Weekly downloads
22
License
Apache-2.0
Repository
github
Last release
4 years ago

@vaadin/single-selection-mixin

This package provides SingleSelectionMixin that does the following:

  1. Add selected property (number, reflects to attribute)

  2. Change selected property on item click

  3. Change selected property on Enter or Space key

  4. Dispatch selected-changed event when selected value is changed

The mixin accepts a class that must apply SlottedItemsMixin.