Typeahead icon indicating copy to clipboard operation
Typeahead copied to clipboard

[Question]

Open icodeintx opened this issue 4 years ago • 2 comments

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

that uses css to give an appearance of a form. Can I apply a css class to the Typeahead control without causing issues?

image

icodeintx avatar Dec 26 '21 15:12 icodeintx

I've been able to get it mostly looking normal by wrapping it in a

and applying my own css to the div.

icodeintx avatar Dec 27 '21 11:12 icodeintx

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.

chrissainty avatar Jan 11 '22 15:01 chrissainty

Wow I realized months later I left this issue open. It was in fact a css issue and is working fine. Thanks

icodeintx avatar Nov 10 '22 13:11 icodeintx