Ng2-select: items as promise

Created on 21 Jun 2016  路  5Comments  路  Source: valor-software/ng2-select

Our data for selection is too big to put in an array on client side.
We have an api to search for data, like typeahead with promise.

Is it possible to have this?

Thanks!

Most helpful comment

yeah. that's what I mean. Load data dynamically from server, not from hard coded arrays..

All 5 comments

Isn't it better to use another solution if the data array is so big?
A select box for huge arrays is not exactly user friendly.
A suggestion would be to use a clickable list or table and a paginator instead, if the array is that huge.

Doesnt @fdu-axiometrics mean he wants to be able to load data on demand like you could with ui-select?? I would like this feature to, any code samples would be appreciated

yeah. that's what I mean. Load data dynamically from server, not from hard coded arrays..

interested too ...

any solutions?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hasnain-Bukhari picture Hasnain-Bukhari  路  3Comments

sharok picture sharok  路  4Comments

carstenschaefer picture carstenschaefer  路  5Comments

cherrydev picture cherrydev  路  5Comments

Matiszak picture Matiszak  路  6Comments