Skip to content

Commit

Permalink
Merge pull request #467 from lidofinance/feature/ui-1291-disabled-pro…
Browse files Browse the repository at this point in the history
…p-is-not-passed-to-inner-input-component

Passed missed disabled & id props
  • Loading branch information
hexnickk4997 authored Dec 11, 2023
2 parents 41dba68 + 8ce5078 commit c0a1e00
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 c0a1e00

Please sign in to comment.