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
refactor(ui5-input): Add tempalte hook for the suggestions (#1928)
Add template hook for the suggestions list, so the third party components can entirely replace our list with another and to fully control the appearance of the suggestion items.
// CustomInputPopoverTemplate.hbs
{{>include "InputPopoverTemplate"}}
{{#*inline "suggestionsList"}}
<ui5-my-list>
</ui5-my-list>
{{/inline}}
0 commit comments