Skip to content

Commit

Permalink
fix: (CXSPA-8034) remove aria label from title dropdown (#19325)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov authored Oct 23, 2024
1 parent c42053b commit f797ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
bindValue="code"
formControlName="titleCode"
id="title-select"
[cxNgSelectA11y]="{
ariaLabel: 'register.title' | cxTranslate,
}"
[cxNgSelectA11y]="{}"
>
</ng-select>
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import { RegisterComponent } from './register.component';
I18nModule,
SpinnerModule,
FormErrorsModule,
NgSelectModule,
NgSelectA11yModule,
NgSelectModule,
PasswordVisibilityToggleModule,
FeaturesConfigModule,
],
Expand Down

0 comments on commit f797ca6

Please sign in to comment.