Skip to content

Commit

Permalink
fix: getTextareaProps should accepts any boolean value (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent committed Apr 24, 2024
1 parent 7a943f1 commit e1c28cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conform-react/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type TextareaOptions = Pretty<
/**
* Decide whether defaultValue should be returned. Pass `false` if you want to mange the value yourself.
*/
value?: true;
value?: boolean;
}
>;

Expand Down

0 comments on commit e1c28cb

Please sign in to comment.