diff --git a/feature-libs/user/profile/components/register/register.component.html b/feature-libs/user/profile/components/register/register.component.html index 9b42a88b73e..7cb54289b4e 100644 --- a/feature-libs/user/profile/components/register/register.component.html +++ b/feature-libs/user/profile/components/register/register.component.html @@ -29,6 +29,7 @@ bindValue="code" formControlName="titleCode" id="title-select" + cxNgSelectA11y > diff --git a/feature-libs/user/profile/components/register/register.module.ts b/feature-libs/user/profile/components/register/register.module.ts index 48c46454327..a310e15fc93 100644 --- a/feature-libs/user/profile/components/register/register.module.ts +++ b/feature-libs/user/profile/components/register/register.module.ts @@ -21,6 +21,7 @@ import { import { CaptchaModule, FormErrorsModule, + NgSelectA11yModule, PasswordVisibilityToggleModule, SpinnerModule, } from '@spartacus/storefront'; @@ -38,6 +39,7 @@ import { RegisterComponent } from './register.component'; I18nModule, SpinnerModule, FormErrorsModule, + NgSelectA11yModule, NgSelectModule, PasswordVisibilityToggleModule, FeaturesConfigModule,