You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using ui5-li-custom to build a custom list item to insert into the suggestion popover via the hbs partial added here: #1928, and when you select the item from the suggestion popover, "item" is undefined. Upon further investigation, onItemSelected will call this._getItems() which only does querySelectorAll("ui5-li, ui5-li-groupheader"). This may also be a side effect as well, but I am unable to arrow into the suggestion popover as it seems this functionality relies on this._getItems().
Describe the bug
When using ui5-li-custom to build a custom list item to insert into the suggestion popover via the hbs partial added here: #1928, and when you select the item from the suggestion popover, "item" is undefined. Upon further investigation, onItemSelected will call
this._getItems()
which only doesquerySelectorAll("ui5-li, ui5-li-groupheader")
. This may also be a side effect as well, but I am unable to arrow into the suggestion popover as it seems this functionality relies onthis._getItems()
.To reproduce
Steps to reproduce the behavior:
ui5-li-custom
andui5-li
to observe the different behaviorExpected behavior
With the newly hbs partial added, functionality should be the same for
ui5-li-custom
as forui5-li
Screenshots

Context
The text was updated successfully, but these errors were encountered: