rails / tailwindcss-rails

Other
1.37k stars 165 forks source link

Form Helpers & Tailwind #369

Closed mikesklein closed 1 month ago

mikesklein commented 1 month ago

There is an issue with Rails form helpers and tailwind. Standard fields like text or text area are stylable, but when I try to add styles to form.collection_select, form.select and form.date_select the added classes are getting not applied.

I've never submit and Issue before, so please let me know if you need more information.