ui-select
ui-select copied to clipboard
ui-select doesnot populate dynamically loaded data in the select
The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/ui-select/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
Bug description: When i fetch data from the server ..dropdown is not populated with data however if i inspect i can see the list though.
Link to minimally-working plunker that reproduces the issue:
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular:
UI-Select:
Bootstrap/Select2/Selectize CSS (if applicable):
The first attribute, as you can guess, gets function like
refresh="funcAsync($select.search)"
which will be called every time you type anything.