react-tailwindcss-select
react-tailwindcss-select copied to clipboard
Hovers not working with custom classNames
Hi, I noticed that when I add a hover:
selector into the string of custom classes, it does nothing on final result.
Example using listItem key, when I have that !value.isSelected should render hover:bg-red-500
it will have no hover. If however I add the same color as default hover:bg-blue-100
it will.
The same happens for any other custom items.