From 23b2b89b3b51ebee020ed8a62feda5e16ad47b1a Mon Sep 17 00:00:00 2001 From: "mikerodonnell89@gmail.com" Date: Mon, 7 Oct 2024 15:17:09 -0400 Subject: [PATCH] fix(core): required * should be aria-hidden --- libs/core/form/form-label/form-label.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/core/form/form-label/form-label.component.html b/libs/core/form/form-label/form-label.component.html index b72e0f4c93b..8eaefa425ee 100644 --- a/libs/core/form/form-label/form-label.component.html +++ b/libs/core/form/form-label/form-label.component.html @@ -17,7 +17,12 @@ @if (inlineHelpPlacement === 'before' && inlineHelpContent) { } - + @if (inlineHelpPlacement === 'after' && inlineHelpContent) {