diff --git a/.changeset/grumpy-masks-relax.md b/.changeset/grumpy-masks-relax.md new file mode 100644 index 00000000000..bbee230218a --- /dev/null +++ b/.changeset/grumpy-masks-relax.md @@ -0,0 +1,5 @@ +--- +'@primer/react': patch +--- + +Removes live region from `FormControl` validation 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 && (