Releases: ambewas/react-minimal-form
Releases · ambewas/react-minimal-form
v1 🎉
First major release of react-minimal-form.
We now support path-id's, making it possible to group form values together in an object like this:
address: {
street: 'my street'
}
To access street
, simply use 'address.street'
as the id
prop on your form element.
Selects!
first minor release, with all basic form components added:
- checkbox
- input
- textarea
- radiogroup
- select