Skip to content

Commit

Permalink
fix: ariaInvalid doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMaliszewski committed Oct 27, 2023
1 parent 0e02316 commit 5c6b6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/NumberInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export const NumberInput = ({
role="status"
>
<StyledInput
aria-invalid={!!error}
disabled={disabled}
name={name}
onBlur={handleOnBlur}
Expand Down

0 comments on commit 5c6b6be

Please sign in to comment.