Skip to content

Commit 88345ab

Browse files
committed
fix(chip): remove aria-hidden to expose label in a11y tree
1 parent baa53e4 commit 88345ab

File tree

1 file changed

+0
-2
lines changed
  • packages/db-ui-elements-stencil/src/components/db-chip

1 file changed

+0
-2
lines changed

packages/db-ui-elements-stencil/src/components/db-chip/db-chip.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export class DbChip {
7777
/>
7878
<label
7979
htmlFor={this.input_id}
80-
role="button"
81-
aria-hidden="true"
8280
data-variant={this.variant}
8381
>
8482
{this.icon ? <db-icon variant="20-outline" icon={this.icon} /> : null}

0 commit comments

Comments
 (0)