Skip to content

Commit

Permalink
fix(ui-library): removing aria-label from form caption group
Browse files Browse the repository at this point in the history
  • Loading branch information
davidken91 committed Feb 8, 2024
1 parent 5f43df5 commit 95096fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const hintCaption = BlrFormCaptionRenderFunction({
icon: 'blrInfo',
size: 'md',
theme: 'Light',
arialabel: 'Form Hint',
});

const errorCaption = BlrFormCaptionRenderFunction({
Expand All @@ -27,7 +26,6 @@ const errorCaption = BlrFormCaptionRenderFunction({
icon: 'blrInfo',
size: 'md',
theme: 'Light',
arialabel: 'Form Error',
});

const mixedCaptions = html` ${hintCaption} ${errorCaption} `;
Expand Down

0 comments on commit 95096fc

Please sign in to comment.