Skip to content

Remix Validated Form v4.3.0

Compare
Choose a tag to compare
@airjp73 airjp73 released this 09 Apr 18:06
· 646 commits to main since this release

New Feature

useControlField

A hook for managing field value state! This has been asked for a few times. It's usage is similar to tracking a controlled input with useState, but it does some things for you automatically and can be accessed & modified globally. See the docs here for more details.