Skip to content

Commit

Permalink
fix: (CXSPA-8034) remove aria label from title dropdown
Browse files Browse the repository at this point in the history
  * add ngSelectA11y directive back to the select component
  * set searchable property of title select to true.
  • Loading branch information
StanislavSukhanov committed Oct 11, 2024
1 parent 2e30392 commit aede108
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
'register.titleOptional' | cxTranslate
}}</span>
<ng-select
[clearable]="false"
[items]="titles$ | async"
[placeholder]="'register.selectTitle' | cxTranslate"
[searchable]="false"
[searchable]="true"
[clearable]="false"
bindLabel="name"
bindValue="code"
formControlName="titleCode"
Expand Down

0 comments on commit aede108

Please sign in to comment.