ui
ui copied to clipboard
Combobox: Make Items More Flexible
Currently the CB takes an array of items and renders them as li
elements. This fine for most basic use cases. However if a user wants to render e.g. images inside of them, this is impossible.
Describe the solution you'd like Slots might be a solution, though iterating over the list will be tricky and sticking to the correct structure increases implementation effort.