Skip to content

Remix Validated Form v4.1.0

Choose a tag to compare

@airjp73 airjp73 released this 08 Feb 04:06
· 1262 commits to main since this release

New Feature

All hooks can now be used outside the context of a ValidatedForm if a formId is provided. This aligns with the HTML api of passing a form prop to a native form control to associated it with a form even if it's not inside that form. Read more about this here.

There are also a few bug fixes included in this release.