Closed jacokok closed 1 week ago
Can you provide a minimal reproduction?
I wasn't able to reproduce it: https://stackblitz.com/edit/github-xbthzn?file=src%2Froutes%2F%2Bpage.svelte
Thanks for looking into this.
As I was busy setting up reproduction I found the problem. Apologies for the noise.
It turns out I did not have tailwindcss-animate in my tailwind config.
Basically after adding the below to my tailwind.config.ts file it is now working as expected.
import tailwindcssAnimate from "tailwindcss-animate";
{
...,
plugins: [tailwindcssAnimate]
}
Describe the bug
When you choose an option in a select it will still fire the events and click a button behind the selections for example. This bug only occurs on mobile.
Reproduction
Screencast From 2024-11-06 10-22-56.webm
I tried to reproduce in bits-ui and was unable to. Also this only happens on mobile.
Logs
No response
System Info
Severity
blocking an upgrade