From f797ca65c9892b124dd5ee29c729e29e247f62be Mon Sep 17 00:00:00 2001 From: Stanislav Sukhanov Date: Wed, 23 Oct 2024 12:44:45 +0200 Subject: [PATCH] fix: (CXSPA-8034) remove aria label from title dropdown (#19325) --- .../user/profile/components/register/register.component.html | 4 +--- .../user/profile/components/register/register.module.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/feature-libs/user/profile/components/register/register.component.html b/feature-libs/user/profile/components/register/register.component.html index f331fe73b62..0600e93305a 100644 --- a/feature-libs/user/profile/components/register/register.component.html +++ b/feature-libs/user/profile/components/register/register.component.html @@ -29,9 +29,7 @@ bindValue="code" formControlName="titleCode" id="title-select" - [cxNgSelectA11y]="{ - ariaLabel: 'register.title' | cxTranslate, - }" + [cxNgSelectA11y]="{}" > diff --git a/feature-libs/user/profile/components/register/register.module.ts b/feature-libs/user/profile/components/register/register.module.ts index fc33bfca386..a310e15fc93 100644 --- a/feature-libs/user/profile/components/register/register.module.ts +++ b/feature-libs/user/profile/components/register/register.module.ts @@ -39,8 +39,8 @@ import { RegisterComponent } from './register.component'; I18nModule, SpinnerModule, FormErrorsModule, - NgSelectModule, NgSelectA11yModule, + NgSelectModule, PasswordVisibilityToggleModule, FeaturesConfigModule, ],