Skip to content

Commit

Permalink
Remove aria-hidden from associated form fields (#7014)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Nov 6, 2024
2 parents 23bd359 + 102bad5 commit 9315cc0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class AssociatedInputController implements Watches {
this.formAssociated = document.createElement('input');
this.formAssociated.setAttribute('type', 'hidden');
}
this.formAssociated.setAttribute('aria-hidden', 'true');
this.formAssociated.setAttribute('data-form-associated', '');
this.formAssociated.setAttribute('hidden', '');
this.host?.appendChild(this.formAssociated);
Expand Down

0 comments on commit 9315cc0

Please sign in to comment.