Replies: 1 comment 2 replies
-
@bmccorm2 we'll be dropping an update within the next hour that removes the animations that were bottlenecking performance. 15k is still a LOT of items though, so I can't promise it'll be a great experience as is. I'm assuming However, I will also bring your attention to this upcoming change that will implement reactivity: This may further enable this sort of a feature for you using our component. Truth be told I never expected folks to be throwing that may items at the autocomplete. Out of curiosity what's the use case here? What sort of data? Also your Stackblitz doesn't seem to contain any usage of an autocomplete feature. It just say "Hi there". |
Beta Was this translation helpful? Give feedback.
-
Similar to #1317, I can't use the included Autocomplete component. I have ~15,000 items in my list and the performance is not there. I'd like to use https://www.npmjs.com/package/simple-svelte-autocomplete which supports asynchronous calls but I can't get the formatting to work.
I'm relatively new but i'm not sure how to see which class is giving the issue. Any help would be greatly appreciated! My stackblitz: https://stackblitz.com/edit/skeletonlabs-repl-2gukdy?file=src/routes/+page.svelte
Beta Was this translation helpful? Give feedback.
All reactions