Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiSelect { infiniteScroll } does not work when wrapped in Drawer (e.g. via ResponsiveMenu) #575

Open
brandonmcconnell opened this issue Mar 12, 2025 · 1 comment

Comments

@brandonmcconnell
Copy link
Contributor

I'm seeing an issue where infiniteScroll in MultiSelect appears to break when loaded inside a Drawer/ResponsiveMenu.

Repro source & fix:
https://github.com/brandonmcconnell/techniq__svelte-ux/blob/main/packages/svelte-ux/src/routes/docs/components/Drawer/+page.svelte

This repro includes a userland UI fix, but this should ideally be baked into the UI itself so this sort of hacky impl can be avoided, or at least abstracted away.

@brandonmcconnell
Copy link
Contributor Author

NOTE: This may be fixable by replacing the infiniteScroll logic with the official svelte-virtual-list package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant