angular-ui / ui-select

AngularJS-native version of Select2 and Selectize
MIT License
3.26k stars 1.82k forks source link

dropdown list swloed after open the choices #2024

Open pdonat opened 7 years ago

pdonat commented 7 years ago

Dear Developers/Users We use the ui-select newest version at my workplace. And if we want to load 300-400 data with ng-repeat, the ui select controller is slow down after open the choices, and this process made more slower if we want to search in datas. Could you send or tell how can we optimise the load process, or how can we load only 50 data and if this data already loaded then if the controller is scrolling, move the old data to newer datas, or something solution, idea for this problem. We develop a very big application and didn't find any solution at the document or another else issue or forum lists. We already tried another controller for example: bootstrap selectpicker, and it was fine. Best Regards and thanks for help

ssimo3lsuhsc commented 6 years ago

Same problem here. But I have several selects whose options are bound to the same source (only 75 items). For me, the slowdown happens only the first time any of these selects are opened. But my application should be quite small. It seems that the threshold for slowing down is very small, perhaps as low as 25. But that's just my take.

I'm developing an Electron app and don't know how to reliably pass in global variables using the remote module.