Form Helpers & Tailwind #370
Unanswered
mikesklein
asked this question in
Q&A
Replies: 1 comment
-
@mikesklein Sorry you're having problems, I'll try to help. If I use
it renders as <div class="my-5">
<select class="block shadow rounded-md border border-gray-200 outline-none" name="post[name]" id="post_name">
<option value="Sam">Sam</option>
<option value="Bob">Bob</option>
</select>
</div> and looks fine: Can you provide this level of detail to help us diagnose what's going on?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions