Skip to content

Commit

Permalink
fix: (CXSPA-9003) fix issue with checkout country/region label read t…
Browse files Browse the repository at this point in the history
  • Loading branch information
uroslates authored Jan 13, 2025
1 parent a7a1014 commit 2b9e915
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -23,9 +23,7 @@
bindValue="isocode"
placeholder="{{ 'addressForm.selectOne' | cxTranslate }}"
(change)="countrySelected($event)"
[cxNgSelectA11y]="{
ariaLabel: 'addressForm.country' | cxTranslate,
}"
[cxNgSelectA11y]="{}"
>
</ng-select>
<cx-form-errors

0 comments on commit 2b9e915

Please sign in to comment.