rob-balfre / svelte-select

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

List bouncing during scroll. #429

Closed cyaris closed 1 year ago

cyaris commented 2 years ago

Re-opening this issue because I found a solution. Still having trouble replicating it in a REPL.

Description: List bouncing during scroll, likely related to computePlacement function. This is on the newest version of V5.

Solution:

.list {
    position: absolute !important;
    top: unset !important;
}
cyaris commented 2 years ago

Got my solution from this issue: https://github.com/rob-balfre/svelte-select/issues/402

rob-balfre commented 2 years ago

Need a REPL or example to pinpoint the actual problem. Will keep open. Thanks

cyaris commented 2 years ago

Also wanna note, this solution works in Beta v11, but not in Beta v12.

rob-balfre commented 1 year ago

v16 should help with this. If not reopen with a REPL example please.

Thanks