Is there a way to compbine md-select with md-virtual-repeat? I have not been able to find an example of how to create a md-select with the ability to lazy load items on scroll.
agree, any work around to implementation of this?
NOTE: have idea to use panel to implement it
Here is a demo page that has a lazy load md select. Not exactly what I was looking for but it may help others.
This one is based on the autocomplete and is a little bit closer but it is not perfect.
I tried this https://codepen.io/xandroid4net/pen/jVyqzV
It is working fine but when we implement it using server side API, When it reaches to scroll end, it calls the API four or five times. Any one knows the solution
Thank you for taking the time to submit this issue. However there are better avenues for troubleshooting or asking for help with your app. These include Stack Overflow, Gitter, this project's mailing list or forums, etc.
Please limit GitHub issues to bug reports and feature requests.
Can we use the filter with md-virtual-repeat?
Most helpful comment
Here is a demo page that has a lazy load md select. Not exactly what I was looking for but it may help others.
http://codepen.io/xandroid4net/pen/jVyqzV