When it renders however, the focus and hover states don't seem to work. The rendered html doesn't include any of the focus and hover state classes like "focus:bg-gray-600". Adding the classes manually to the html works fine. Is there anything I have to configure to get this to work?
(not sure if this is relevant, but I'm using the plugin with Rails)
I'm using the following config for my forms:
When it renders however, the focus and hover states don't seem to work. The rendered html doesn't include any of the focus and hover state classes like "focus:bg-gray-600". Adding the classes manually to the html works fine. Is there anything I have to configure to get this to work?
(not sure if this is relevant, but I'm using the plugin with Rails)