Skip to content

Commit

Permalink
Remove aria-live from Inputvalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Jul 1, 2024
1 parent eedc6b1 commit 5690e6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/internal/components/InputValidation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const InputValidation: React.FC<React.PropsWithChildren<Props>> = ({children, id
},
...sx,
}}
aria-live="polite"
>
{IconComponent && (
<Box as="span" alignItems="center" display="flex" minHeight={iconBoxMinHeight} mr={1} aria-hidden="true">
Expand Down

0 comments on commit 5690e6f

Please sign in to comment.