Replies: 1 comment 2 replies
-
I have tried using flowbite-svelte on Astro before and I found some interactive components didn't work. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Here's my site:
https://2bd.netlify.app/
If you scroll down to the Pricing block, my select input is not changeable. This is an astro site with a svelte component in an island. Basically, a svelte component embedded on the page. It doesnt matter if I remove the binding or not, it just sticks to the one value (and not the placeholder, I might add.
I've looked at the source for the select component, and I'm out of ideas. If I look at the events in console debugger, I can disable the change events and then the component works, so something is happening in flowbite maybe?
Beta Was this translation helpful? Give feedback.
All reactions