Rob B

Results 33 comments of Rob B

Can you confirm if this happens on the latest beta please? thanks

@eriknyk it's a totally different layout/design so not without some pretty heavy changes in the List component. Or just some CSS and svelte magic! https://svelte.dev/repl/9ad3e8e1878349da92fce768d45ee666?version=3.49.0

Latest version of beta has some big changes, named slots for example. Might be handy for this. Thanks

v5 (which is almost ready) uses SvelteKit's package setup so should fix all these issues... https://github.com/rob-balfre/svelte-select/tree/feature/v5 `[email protected] `

@asode do you have other external svelte components that are working with your jest setup?

@asode is there a sample repo or something with a svelte+jest setup? The docs are ... interesting!

Any better in latest beta? Thanks

Not seeing any issues with svelte-select and SvelteKit. https://stackblitz.com/edit/sveltejs-kit-template-default-4nb4q8?file=src/routes/+page.svelte

Not currently, happy to receive PRs that add support for it though. Thanks

Not got too much experience with [svelte-tiny-virtual-list](https://github.com/skayo/svelte-tiny-virtual-list) but I don't think you can have items of different heights unless you pass in the item height of each item. If you...