Replies: 1 comment
-
Hey! Copied your code and it seems to work as expected for me: https://play.tailwindcss.com/Iqvjjp2vGP Maybe you can look at this example and get a better understanding of what is different here vs. in your actual project? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a "concealed radio button" component in my codebase that looks like:
The
peer-checked
classes are applied 100% of the time, rather than only when the peer input is checked.This usage seems consistent with the docs, does not seem to be related to the more complex use that was causing a problem in this issue and
peer
isn't mentioned in this upgrade guide.Was working as expected before our v4 upgrade.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions