ng-multiselect-dropdown icon indicating copy to clipboard operation
ng-multiselect-dropdown copied to clipboard

Dynamic data loading

Open abhishek0196 opened this issue 4 years ago • 3 comments

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

abhishek0196 avatar Jun 04 '20 13:06 abhishek0196

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

webia1 avatar Jun 17 '20 08:06 webia1

It is so unfortunate, the stackblitz is nor loading up .....

abhishek0196 avatar Jun 17 '20 10:06 abhishek0196

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

osmancansiz avatar Dec 25 '20 07:12 osmancansiz