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

List automatically opened #548

Closed frederikhors closed 1 year ago

frederikhors commented 1 year ago

As you can see in the below REPL if I render the Modal component (toggling it with the button) the list is not automatically opened (using listOpen={true}):

https://svelte.dev/repl/0e50e79784b04ed8a9f22244b5f36d13?version=3.55.1

Am I wrong?

image

rob-balfre commented 1 year ago

Bug I think. Not sure what's going on there... hmmmmm

rob-balfre commented 1 year ago

Fixed in 5.3.0

geoidesic commented 1 month ago

Is it though? I'm still getting this in v5.8.3. Basically listOpen doesn't seem to do anything. Even on the REPL it's intermittent – seems to work until you click in the code editor, then it vanishes. On my own implementation it doesn't work at all, which makes debugging overflow CSS nearly impossible.

geoidesic commented 1 month ago

This OP's link still doesn't open it: https://svelte.dev/repl/0e50e79784b04ed8a9f22244b5f36d13?version=3.55.1