Skip to content

Commit

Permalink
fix: passed missed disabled & id props
Browse files Browse the repository at this point in the history
  • Loading branch information
hexnickk4997 committed Dec 11, 2023
1 parent 41dba68 commit 8ce5078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/input/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export const Input = forwardRef(
aria-invalid={hasError}
type='text'
ref={ref}
id={id}
disabled={disabled}
{...rest}
/>
{hasLabel && (
Expand Down

0 comments on commit 8ce5078

Please sign in to comment.