I'm submitting a ... (check one with "x")
[ ] bug report => Search github for a similar issue or PR before submitting
[x] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
Expected behavior
Is there a way to get lazy loading on DropDown and AutoComplete components ? Just like the DataScroller ?
What is the motivation / use case for changing the behavior?
When using large datasets for AutoComplete or DropDown, it would be very useful to get lazy loading...
This should be fixed in recent PrimeNG release, please try with it and if the issue persists drop a comment with along with a test case based on plunkr below and we'll review again.
Here is the plnkr you requested:
http://plnkr.co/edit/UCvq6F1RW4DwgIyqbuiz
It shows how long it is to load the dropdown on click.
Any word on this? I ran a test on my end with similar results. The lazy property doesn't seem to make a difference from what I can tell.
Most helpful comment
Here is the plnkr you requested:
http://plnkr.co/edit/UCvq6F1RW4DwgIyqbuiz
It shows how long it is to load the dropdown on click.