You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: selectable mixin only be selective when selectabletarget is this (#971)
* only care about the composedPath when selectableTarget is this.
* correct none this select target logic
* align table row selection
* correction of selectableMixin for keyboard navigation
* adjust table row
* add checkbox import
* Revert "align table row selection"
This reverts commit 976b568.
# Conflicts:
# packages/uui-table/lib/uui-table-row.element.ts
* optimize code
* revert to none preventing approach
* media card selectable solution
* install dependency
* add tests for uui-color-swatch selectable
* expand stories
* selection mixing is selective about targets when selectable target is not changed
* clean up
* fix
* fix test
* test keyboard interaction
* focus for swatch
* menu item select only correction
* clean up tests
* clean up
* only set tabindex on this targets
* prevent click-label when select only
* story and tests
* use send mouse
* update title
* wrap tests
---------
Co-authored-by: Mads Rasmussen <[email protected]>
0 commit comments