allianz / ng-aquila

Angular UI Component library for the Open Insurance Platform
https://allianz.github.io/ng-aquila/
Other
205 stars 32 forks source link

nx-dropdown print out value on the Bottom #44

Closed danielhasugian closed 1 year ago

danielhasugian commented 1 year ago

⚡ Reproduction

Steps to reproduce:

  1. Upgrade ng-aquila with version 13^ (latest)

📗 Expected Behavior

Previously its working as usual (no print it out)

📕 Actual Behavior

Here a screenshot. We just upgrade but it showed value on the bottom (box with red color).

image

Sample code ` <nx-dropdown [(ngModel)]='jobType' (ngModelChange)='initial()'

<nx-dropdown-item *ngFor="let val of jobTypes" [nxValue]="val">{{val.value}} `

📦 Environment

syl987 commented 1 year ago

Hi @danielhasugian we have had a similar request in the past. please make sure that the required angular CDK styles are included in your project:

let us know if that helped fix the issue. our ng add schematics should do that for you when creating a new project.

danielhasugian commented 1 year ago

Thanks @syl987 It solved now.

i close the ticket.