valor-software / ng2-select

Angular based replacement for select boxes
http://valor-software.github.io/ng2-select/
MIT License
676 stars 588 forks source link

...and the query option should be provided to fetch data #917

Open thatisuday opened 6 years ago

thatisuday commented 6 years ago

Where is documentation for query option? This projects does not have proper documentation and seems like lot of people are having hard time to get it started. Let me know how I can help here.

michmerr commented 6 years ago

There's an old issue that mentions that there is no support for a query option anywhere in the source code. I don't think this has changed.

I'm running into issues with the control breaking down as the items array count gets into the thousands, and being able to dynamically query to keep the items count down would probably do a lot to mitigate that. If the feature were implemented...

optimistex commented 6 years ago

Hi there! I continuing developing the component in the fork: https://github.com/optimistex/ngx-select-ex It has actual documentation and there are a lot of fixed issues.