[Autocomplete] Changing background color of autocomplete options #25757
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Hello, I was curious to know of where and how in the Mui classes I can override the background color of the options in an autocomplete. Currently, there is a gray background on hover, would like to change that. I notice that on hover, an
aria-activedescendant
attribute appears, but I'm not sure how to refer to apply the background style to the values of thearia-activedescendant
attribute.The text was updated successfully, but these errors were encountered: