themesberg / flowbite-svelte

Official Svelte components built for Flowbite and Tailwind CSS
https://flowbite-svelte.com
MIT License
2.24k stars 273 forks source link

RadioButton not working after upgrading 0.46.20 to 0.46.22 #1463

Closed xmlking closed 3 weeks ago

xmlking commented 1 month ago

Describe the bug

RadioButton not working after upgrading 0.46.20 to 0.46.22

image image

Reproduction

RadioButton not working after upgrading 0.46.20 to 0.46.22

Flowbite version and System Info

0.46.22
shinokada commented 1 month ago

Can you show me your code?

xmlking commented 1 month ago

https://github.com/xmlking/spectacular/blob/v0.4.2/apps/console-fb/src/lib/components/form/RadioFB.svelte

shinokada commented 1 month ago

Please use this Stackblitz template to fork and add your code. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided within a reasonable time-frame, the issue will be closed.

xmlking commented 1 month ago

Will do. Meanwhile, Can you please share if you have any working example of this component. I might be using wrongly

shinokada commented 1 month ago

https://flowbite-svelte.com/docs/forms/radio#RadioButton

soberreu commented 1 month ago

That example isn't working. Not on the website... not in my project

Turokhunter commented 1 month ago

For anyone waiting on the fix, you can imitate the desired effect with buttons for now.

image