Remix Validated Form v3.4.0
·
1377 commits
to main
since this release
New Feature
Added handling to getInputProps for checkboxes and radio inputs. To use this, make sure you pass the type prop through getInputProps.
<input {...getInputProps({ type: 'checkbox' })} />