ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

ui-select doesnot populate dynamically loaded data in the select

Open ShikhaSaboo opened this issue 8 years ago • 1 comments

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):

ShikhaSaboo avatar Nov 20 '17 06:11 ShikhaSaboo

The first attribute, as you can guess, gets function like

refresh="funcAsync($select.search)"

which will be called every time you type anything.

mohd7469 avatar Oct 25 '18 14:10 mohd7469