TailwindUI Toggle
don't work with tailwindcss/forms
#18615
Unanswered
ThibaudDauce
asked this question in
Help
Replies: 1 comment
-
Yep, ran into this too. The quickest fix I found is to just add appearance-none to that one checkbox. It overrides the default Tailwind Forms plugin styling for that input only. That way, you don’t have to disable the whole plugin or change your entire setup |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Having tailwindcss/forms + the Toggle code from TailwindUI, the checkbox is still visible above the toggle. Is there a way to disable the form plugin for only one input? Without changing all my code to switch to the class based version?
Beta Was this translation helpful? Give feedback.
All reactions