-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
bug: filter component not hiding other radio button choices #3451
Comments
Thank you @si4dev
for reporting issues. It helps daisyUI a lot 💚
|
Your Tailwind Play link is Tailwind CSS 3 and daisyUI 4. Let me know if you have a question. |
I do see your working example. However in my local SvelteKit project I'm using daisyUI V5 and tailwindcss 4.0.3 it is not working. After some more debugging I've isolated the cause to be the prefix.
When I remove the prefix in both the setting as the html classes to test then the filter is working properly. |
Thanks for the details. Will be fixed soon 👍 |
fixed in |
To confirm that it is working properly now. Thanks for the fix and the nice library! |
What version of daisyUI are you using?
5.0.0-beta.6
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://play.tailwindcss.com/hve4LcIl13
Describe your issue
I found out that the component is missing the filter.not class which is working properly on the demo page. Because of this the other radio buttons are not hiding in case one is selected.
The text was updated successfully, but these errors were encountered: