-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 dropdown slowness #4908
Comments
This is more feature request than bug. Can you open a thread on the forum instead? Any |
900 items is something that I would expect still to work. @iherasymenko can you elaborate on whether the UI itself becomes slugish or just filtering the list? |
I created a query in the preview environment to track this issue. I believe what may be causing it is the code to check whether all selected options are on the list. I'll give a check on it and see if I have a quick solution to improve that 👍 |
Just checked, turns out I was wrong, that method runs faster than I thought. I had Lodash's The problem is with Antd and it was fixed in v4, should work fine when we make the effort to upgrade from v3 (see here). |
@gabrieldutra Thank you very much for looking into this. Is updating Antd something envisioned? I'd be happy to work on this update if this kind of change is aligned with the overall product vision/plan. |
Yes, but it's unclear how much effort it will require so currently wasn't prioritized. |
Ant design was upgraded to v4 🎉 Now to solve this all we need is to remove Changing the prop to a number value should also work (relevant docs): |
@rafawendel this can be closed? |
Issue Summary
Multi-select parameter dropdowns are super slow when the item list consist 900 items.
Steps to Reproduce
Technical details:
This is what's missing to solve this issue
The text was updated successfully, but these errors were encountered: