[Question]
What a great control. I've implemented this into my Blazor Server app but I'm unsure how/where it is getting the colors from. Notice in the screenshot that the results are white on white so i can't see anything in the list until I hover over each one. My EditForm is wrapped in a

I've been able to get it mostly looking normal by wrapping it in a
Have you implemented some form of dark mode? It looks like some of your CSS rules are effecting the color of the text in the list. Not sure how that's happened.
Wow I realized months later I left this issue open. It was in fact a css issue and is working fine. Thanks