Skip to content

Commit

Permalink
forward ref to Form
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jul 3, 2024
1 parent d6bc2ba commit bdd0421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remix-react/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ let Form = React.forwardRef<HTMLFormElement, RemixFormProps>(
return (
<RouterForm
{...props}
ref={forwardedRef}
data-discover={getDiscoverAttr(
discover,
isAbsolute,
Expand Down

0 comments on commit bdd0421

Please sign in to comment.