rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Not working as expected after upgrading to v5 #688

Closed EricSSartorius closed 1 month ago

EricSSartorius commented 1 month ago

After upgrading to Svelte v5 (RC), among other things, when clicking an item in the dropdown list the list closes without the on:change firing. Are there plans to upgrade this package to work with Svelte 5 any time soon?

rob-balfre commented 1 month ago

Think this is fixed already. Updated to latest RC?

On Mon, 6 May 2024, 10:04 pm Eric, @.***> wrote:

After upgrading to Svelte v5 (RC), among other things, when clicking an item in the dropdown list the list closes without the on:change firing. Are there plans to upgrade this package to work with Svelte 5 any time soon?

— Reply to this email directly, view it on GitHub https://github.com/rob-balfre/svelte-select/issues/688, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUAM7WAXSZZCDP7KFOMVTTZA5WWDAVCNFSM6AAAAABHI45IJ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DANZSGI4TGMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EricSSartorius commented 1 month ago

@rob-balfre My apologies, looks like I was using 5.0.0-next.115. Updating to 5.0.0-next.123 fixed it as you mentioned. Thank you