fix: Forward required correctly for <Input /> and <Checkbox />#83
Conversation
Currently, `<Input required />` will not make the `<input />` itself required.
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fix: Handle `Checkbox` too
|
@amannn is attempting to deploy a commit to the Lemon Squeezy Team on Vercel. A member of the Team first needs to authorize it. |
required to wrapped inputrequired correctly for <Input /> and <Checkbox />
|
@branko-stripe Do you know if this repo is still maintained? I'd really appreciate a review from someone at Lemon Squeezy. I've also got another PR open here: #84 |
|
Thanks for merging @brankoconjic! Any chance this PR wasn't released? I've also created another PR for React 19 support here: #84 |
Currently,
<Input required />will not make the<input />itself required (same forCheckbox). This should fix it.