Skip to content

Releases: ambewas/react-minimal-form

v1 🎉

05 Jul 12:55
Compare
Choose a tag to compare

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!

13 Apr 14:43
Compare
Choose a tag to compare

first minor release, with all basic form components added:

  • checkbox
  • input
  • textarea
  • radiogroup
  • select