Custom elements in autocomplete dropdown

Hey,
is it possible customize autocomplete dropdown by adding custom elements to it? I know i can define custom render function for each item or that item’s info can return HTMLElement but what if I want to add something to the dropdown container itself?
I managed to add custom header and footer elements by injecting them with CSS (see image below) but is that the only option (I would like to attach event listeners and such to my elements)?

CSS example:
image

No, that’s not something that’s currently possible.

1 Like