Skip to content

Commit

Permalink
fix(fields): re-add missing hasError passed prop within NumberInput
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 25, 2024
1 parent 5773587 commit 2a3e6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fields/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function NumberInput({

const commonInputProps = {
$areArrowsHidden: areArrowsHidden,
$hasError: hasError,
$isDisabled: disabled,
$isLight: isLight,
$isReadOnly: readOnly,
Expand Down

0 comments on commit 2a3e6fb

Please sign in to comment.