Skip to content

Commit

Permalink
fix(chip): remove aria-hidden to expose label in a11y tree
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Jul 16, 2024
1 parent 423aa15 commit a3716ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export class DbChip {
/>
<label
htmlFor={this.input_id}
role="button"
aria-hidden="true"
data-variant={this.variant}
>
{this.icon ? <db-icon variant="20-outline" icon={this.icon} /> : null}
Expand Down

0 comments on commit a3716ca

Please sign in to comment.