-
Notifications
You must be signed in to change notification settings - Fork 274
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
Checkbox bind:group no longer working with stores. #1391
Comments
From looking at the source code I think the groups binding is just generally broken, not just for stores. Its now expecting to pass in an array of choices, which just seems much more limiting? What was wrong with the implementation before (other than the general hacky nature of it but its a svelte bug anyway). |
#1398 seems related |
I have the exact same issue, updated flowbite-svelte yesterday and whole website exploded, none of my filters or checkboxes work anymore, this is a major problem as far as I'm concerned. @shinokada |
Same here, my company can't bump to Svelte 5 without this fix |
I think this is fixed by the latest version. See this http://localhost:8080/docs/forms/checkbox. |
Describe the bug
The Checkbox component no longer seems to bind correctly with writable stores.
In the example provided clicking on the Checkbox to toggle on/off doesn't update the contents of the $store.ids. Whereas the default HTML version works as expected.
Reproduction
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: