0.1.8 • Published 6 years ago
@vaadin/roving-tabindex-mixin v0.1.8
@vaadin/roving-tabindex-mixin
This package provides RovingTabIndexMixin that does the following:
When one of the items receives focus, set its
tabIndexto 0Set
tabIndexto -1 for all the items except the focused one
The mixin accepts a class that must apply SlottedItemsMixin and KeyboardDirectionMixin.