-
Notifications
You must be signed in to change notification settings - Fork 226
Tailwind Forms breaks appearance-none
class
#160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey! The forms plugin adds opinionated styles to form elements, including adding a If you want to remove the custom chevron when using the forms plugin on a per-element basis, you have two options:
Most importantly though you should not use the Hope that helps! |
Ah, this is what I missed. Thanks! FYI, this came about because I was trying to add Catalyst to the Pocket template. In other words, I didn't exactly add the the @tailwindcss/forms plugin; it was already baked into the template. I assume I'm not the only person making this error. |
@ben519 Ah that's good to know! Maybe we can update the Pocket template to not depend on the forms plugin then, I don't think there's much going on in that template that really would use it. |
@adamwathan More victims here and here 😆 |
Yep 😄 |
What version of @tailwindcss/forms are you using?
0.5.7
What version of Node.js are you using?
20.9.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction repository
https://github.com/ben519/tailwind-select-bug
Describe your issue
I'm using the
<Select>
component from Catalyst. It includes theappearance-none
class.Without Tailwind Forms Plugin
Without the tailwind forms plugin, things work as expected.
With Tailwind Forms Plugin
With the tailwind forms plugin, the down chevron reappears.
The text was updated successfully, but these errors were encountered: