Skip to content

Commit

Permalink
fix: (CXSPA-7948) add aria-labelledby to quantity input
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov committed Oct 1, 2024
1 parent 3354a79 commit 4406540
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
*ngIf="hasStock"
[max]="maxQuantity"
[control]="addToCartForm.get('quantity')"
[attr.aria-labelledby]="'add-to-card-stock-info'"
></cx-item-counter>

<span class="info">
<span class="info" id="add-to-card-stock-info">
<span *ngIf="showInventory$ | async">{{ getInventory() }}</span>
{{
hasStock
Expand Down

0 comments on commit 4406540

Please sign in to comment.