I have migrated my application from Angular 5 to Angular 6. I have also updated ng-select version to 2.4.2, latest one from npm / GitHub.
After upgrading, the dropdown is breaking and I cannot see the dropdown design or style. just list of with broken HTML on UI.
Does anyone know how to fix it or which version of ng-select will work with Angular 6?
I have to use ng-select 2+ version because of 'labelForId' attribute there.
This is how package.json looks like.
"dependencies": {
"@angular/animations": "^6.1.3",
"@angular/common": "^6.1.3",
"@angular/compiler": "^6.1.3",
"@angular/core": "^6.1.3",
"@angular/forms": "^6.1.3",
"@angular/http": "^6.1.3",
"@angular/platform-browser": "^6.1.3",
"@angular/platform-browser-dynamic": "^6.1.3",
"@angular/router": "^6.1.3",
"@ng-bootstrap/ng-bootstrap": "^3.0.0",
"@ng-select/ng-select": "2.4.2",
This is how it looks.
Does anyone know how to fix it?
Strange thing is it is working fine in "@ng-select/ng-select": "^0.16.0",