v2.6.0
Release Description
- Added
makeForm
helper function that can be used to declare dedicated forms with easy-to-use hooks. - Exposed
attrs
as one of the props returned by bothuseForm
andusePartialForm
hooks.
makeForm
helper function that can be used to declare dedicated forms with easy-to-use hooks.attrs
as one of the props returned by both useForm
and usePartialForm
hooks.