Skip to content

Commit

Permalink
Fix label indicator for assistive tech
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Aug 16, 2022
1 parent 629cfc2 commit 8034465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<label class={{this.classNames}} for={{@controlId}} ...attributes>
{{yield}}
{{yield}}{{#if (or @isRequired @isOptional)}}&nbsp;{{/if}}
<Hds::Form::Indicator @isRequired={{@isRequired}} @isOptional={{@isOptional}} />
</label>

0 comments on commit 8034465

Please sign in to comment.