ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

feat(ui5-menu-item): add accessibility attributes

Open NHristov-sap opened this issue 1 month ago • 0 comments

This PR introduces new property accessibilityAttributes in ui5-menu-item component.

It has 2 properties that affect the accessibility attributes of the menu item:

role - can be used to change the devault menuitem role to something different (for example menuitemcheckbox) ariaKeyShortcuts - can be used to add aria-keyshortcuts attribute value to an item that has a shortcut key defined.

BGSOFUIBALKAN-8351 BGSOFUIBALKAN-8315

NHristov-sap avatar Jun 28 '24 08:06 NHristov-sap