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
  • Loading branch information
StanislavSukhanov committed Oct 10, 2024
1 parent 9574038 commit 2e30392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
bindValue="code"
formControlName="titleCode"
id="title-select"
cxNgSelectA11y
>
</ng-select>
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
import {
CaptchaModule,
FormErrorsModule,
NgSelectA11yModule,
PasswordVisibilityToggleModule,
SpinnerModule,
} from '@spartacus/storefront';
Expand All @@ -38,6 +39,7 @@ import { RegisterComponent } from './register.component';
I18nModule,
SpinnerModule,
FormErrorsModule,
NgSelectA11yModule,
NgSelectModule,
PasswordVisibilityToggleModule,
FeaturesConfigModule,
Expand Down

0 comments on commit 2e30392

Please sign in to comment.