forked from SAP/ui5-webcomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui5-split-button): expose active state property for arrow button (…
…SAP#7683) Introducing the *activeArrowButton* property, which allows the user to specify when the arrow-button of our <ui5-split-button> should have the active state styling. The reason for adding this is because, when our <ui5-split-button> component was used in a context where it opens a menu, there weren't any indicators that a menu is opened. Samples are added in the dev test pages and in the story of our <ui5-split-button>. On the other side a small refactoring over the component was made, where we also fix the focus behavior of the control. Now the component as a whole is focusable only by navigating through the document using TAB. The separate buttons - *textButton* if present, and the *arrowButton* are being focused on click/touch as independent elements for the component.
- Loading branch information
Showing
11 changed files
with
398 additions
and
77 deletions.
There are no files selected for viewing
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.