-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Description
What version of @tailwindcss/forms are you using?
v0.5.4
What version of Node.js are you using?
v18.16.1
What browser are you using?
Firefox
What operating system are you using?
Windows
Reproduction repository
N/A
Describe your issue
Pull request #141 enabled tailwindcss/forms for every input, even if no type is specified. However, this makes it difficult to disable tailwindcss/forms for a specific form or input.
Before v0.5.4 one could just omit type from the input and you were all set. It would be great if one could disable tailwindcss/forms for a specific input, just like tailwindcss/typography allows one to disable prose with not-prose.
A workaround that works currently in (at least) Firefox is to write type="".
Metadata
Metadata
Assignees
Labels
No labels