-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
VirtualScroller for Autocomplete items #7442
Comments
Is this on the roadmap? |
So... I created an implementation... Any chance this will get merged? :) |
I'm guessing there is no interest in this functionality? There is a merge conflict now. If this PR could be merged, I shall resolve the conflict. |
Would be very helpful to have the same virtual scroll option that was added to Dropdown. The same issue (slow render with a large list) affects Autocomplete as well. |
I totally support this feature request. It's becoming critical for us now, in some instances autocomplete dropdown freezes the whole UI for 10+ seconds because there are thousands of items... |
Yes, this is needed. The whole page gets unresponsive in my case. |
This is something really important to have native support, I am trying an alternative approach, with autocomplete + virtualscroller, if someone has a working example it would be interesting to post here. 😅 |
Looking forward to official support. |
@yigitfindikli As in this commit You have updated autocomplete with virtual-scroll. but I have found one minor visual effect is that in your commit on-line number 67 , you have this on [ngStyle]="{'height': itemSize + 'px'}" . When we use autocomplete component and sets itemSize property [ itemSize = 4 ] then based on ngStyle the height of |
If you have a PrimeNG PRO Support subscription please post your issue at;
https://pro.primefaces.org
where our team will respond within 4 business hours.
If you do not have a PrimeNG PRO Support subscription, fill-in the report below. Please note that
your issue will be added to the waiting list of community issues and will be reviewed on a first-come first-serve basis, as a result, the support team is unable to guarantee a specific schedule on when it will be reviewed. Thank you for your understanding.
Current Waiting Time: ~8 weeks.
I'm submitting a ... (check one with "x")
What is the motivation / use case for changing the behavior?
When using Autocomplete with 9000 or more items the control takes 8-10 seconds to open the suggestions panel. Adding in Virtual Scrolling would make this control faster with large data. Dropdown component already support it.
Please tell us about your environment:
Windows 10, Webstorm
Angular version: 7.2.9
PrimeNG version: 7.1.0
Browser: all
Language: TypeScript 3.3
Node (for AoT issues): 10.15
The text was updated successfully, but these errors were encountered: