From 5690e6fc60e851fcd5d5036811e012a91da18494 Mon Sep 17 00:00:00 2001 From: Tyler Jones Date: Mon, 1 Jul 2024 14:06:29 -0400 Subject: [PATCH] Remove `aria-live` from `Inputvalidation` --- packages/react/src/internal/components/InputValidation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react/src/internal/components/InputValidation.tsx b/packages/react/src/internal/components/InputValidation.tsx index 97c21c545b0..cfa2c8537b5 100644 --- a/packages/react/src/internal/components/InputValidation.tsx +++ b/packages/react/src/internal/components/InputValidation.tsx @@ -48,7 +48,6 @@ const InputValidation: React.FC> = ({children, id }, ...sx, }} - aria-live="polite" > {IconComponent && (