Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-button): fix tab chaining in lists (#9148)
[feat(ui5-menu-item): add endContent slot](#9077) PR introduces a regression in Tab chaining in lists because of improper marking of `keyup` event in `ui5-button` component. It was marked always but should be marked only if event is fired by Space key. In addition, there is redundant check in ListItemBase which is removed now.
- Loading branch information