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: