ui5-webcomponents
ui5-webcomponents copied to clipboard
fix(ui5-menu): focus first element after adding new items
to do decription.
fixes: https://github.com/SAP/ui5-webcomponents/issues/7237
The solution is working for the main menu. We'll need to fix it for the sub-menus as well.
That was left out during the initial discussion. But the same code was added to the menu item, so the sub menus are also handled.
New approach implementing, dont merge.
Closing due to change of approach. Will be fixed in a separate PR linked to the same issue.