Skip to content

Commit

Permalink
fix(components): Removed the label ref from aria-describedby in post-…
Browse files Browse the repository at this point in the history
…card-control
  • Loading branch information
myrta2302 committed Oct 3, 2024
1 parent 66546ce commit 47eca69
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export class PostCardControl {
name={this.name}
value={this.value}
checked={this.checked}
aria-describedby={`${this.controlId}_label ${this.controlId}_content`}
aria-describedby={`${this.controlId}_content`}
aria-disabled={this.disabled}
aria-invalid={this.validity === 'false'}
onClick={this.controlClickHandler}
Expand Down
71 changes: 17 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47eca69

Please sign in to comment.