AutoComplete utilizes the Menu component to display MenuItems as demonstrated in the documentation on those respective pages.
I am looking to modify the backgroundColor of a MenuItem when it is hovered over. While I have been successful in changing the color of all items using the "menuItemStyle" property which requires a style object, I am unsure about the syntax for specifying hover styles within Material-UI's style objects.