-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
03fe69c
commit dc7a416
Showing
14 changed files
with
533 additions
and
301 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.