bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 180 forks source link

Button dropdown work only on second press #569

Closed StagnantIce closed 10 months ago

StagnantIce commented 10 months ago

https://sveltestrap.js.org/?path=/story/components-buttondropdown--buttondropdown

see section Controlled.

1) Press and select one 2) Press again.

Expcted: is opened Actual: open only on second press

StagnantIce commented 10 months ago

Remove isOpen helped