Answer the question
In order to leave comments, you need to log in
How to implement a dropdown list (select) with more items?
Hello!
There is a performance issue with AngularJS (chosen) custom select in Internet Explorer 11. There are about 10000 elements in the select. I believe this is due to the rendering feature in IE - stackoverflow.com/questions/21322894/jquery-plugin...
https://material.angularjs.org/latest/demo/autocomplete - a library that works as it should, there is a search and data is shown when scrolling as in a normal select, the number of DOM elements is limited, only a part is shown.
Are there similar solutions without the need to pull up the material library?
Answer the question
In order to leave comments, you need to log in
There is no point in displaying 10,000 elements, a search is needed here. I usually use select2
Yes. material is open source. See how they did it - apply it in your task.
https://github.com/angular/material/tree/master/sr...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question