Skip to content

Commit b0f180d

Browse files
authored
fix(ui5-groupheade-li): fix focus handling (#1544)
1 parent c4ae309 commit b0f180d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/GroupHeaderListItem.hbs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
class="ui5-ghli-root {{classes.main}}"
44
@focusin="{{_onfocusin}}"
55
@focusout="{{_onfocusout}}"
6+
@keydown="{{_onkeydown}}"
67
role="option"
78
>
89
<span class="ui5-hidden-text">{{groupHeaderText}}</span>

0 commit comments

Comments
 (0)