andang2208
Results
1
comments of
andang2208
> I found this solution (may help somebody): > > 1. use @ng-select/ng-select > 2. and add attribute: appendTo="body", example: > ``` > appendTo="body" > [(ngModel)]="selectedSimpleItem"> > > ``` >...