Skip to content

Remix Validated Form v3.4.0

Compare
Choose a tag to compare
@airjp73 airjp73 released this 24 Jan 13:59
· 513 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' })} />