Skip to content

Commit

Permalink
fix: (CXSPA-8028) - Asterisk for save cart dialog required input (#19136
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Pio-Bar authored Sep 13, 2024
1 parent 87834f9 commit c4abc76
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,23 @@
<p class="cx-saved-cart-form-subtitle">
{{ 'savedCartDialog.itemsSavedForLater' | cxTranslate }}
</p>
<p *cxFeature="'a11yRequiredAsterisks'" class="form-legend">
{{ 'formLegend.required' | cxTranslate }}
</p>
</ng-container>

<div class="cx-saved-cart-form-row">
<ng-container>
<label>
<span class="cx-saved-carts-label label-content">{{
'savedCartDialog.savedCartName' | cxTranslate
}}</span>
<span class="cx-saved-carts-label label-content"
>{{ 'savedCartDialog.savedCartName' | cxTranslate }}
<abbr
*cxFeature="'a11yRequiredAsterisks'"
class="text-decoration-none"
title="{{ 'common.required' | cxTranslate }}"
>*</abbr
></span
>
<input
required="true"
[maxLength]="nameMaxLength"
Expand Down

0 comments on commit c4abc76

Please sign in to comment.