Skip to content

Commit

Permalink
fix aria issue with JAWS
Browse files Browse the repository at this point in the history
  • Loading branch information
petarmarkov9449 committed Jan 28, 2025
1 parent b2b2558 commit 25f557c
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,14 @@
{{ 'pickupOptions.legend' | cxTranslate }}
</div>

<cx-tab
*ngIf="tabs"
[disabled]="disableControls"
[tabs]="tabs"
[config]="tabConfig"
></cx-tab>
<div>
<cx-tab
*ngIf="tabs"
[disabled]="disableControls"
[tabs]="tabs"
[config]="tabConfig"
></cx-tab>
</div>
</div>
<div aria-live="assertive" aria-atomic="true">
<span *ngIf="validationError" tabindex="0" class="cx-invalid-message">
Expand Down

0 comments on commit 25f557c

Please sign in to comment.