ng-multiselect-dropdown
ng-multiselect-dropdown copied to clipboard
Dynamic data loading
Angular version: 9.1.0
ng-multiselect-dropdown version:0.2.10
Description of issue: The dropdown only deals with static data
Steps to reproduce: Open the stackblitz link
Expected result: The dropdown should wait for the data to populate
Actual result: https://stackblitz.com/edit/angular-n38nna?embed=1&file=src/app/app.component.ts
Fyi: The problem in your code is timing, I've tested the component, it works very well,..
See here: https://stackblitz.com/edit/angular-abbvu4
It is so unfortunate, the stackblitz is nor loading up .....
Fyi: The problem in your code is timing, I've tested the component, it works very well,..
See here: https://stackblitz.com/edit/angular-abbvu4
Thanks this solution worked to me