formous icon indicating copy to clipboard operation
formous copied to clipboard

Simple and elegant form-handling for React - ABANDONWARE

Results 5 formous issues
Sort by recently updated
recently updated
newest added

This takes moves of the code from the `setDefaultValues` into a new `setFieldValues` method that works similarly except without the `defaultsSet` guard. This is useful for instance where you have...

Wondering if it's possible to use this package with react-bootstrap for validation. In react-bootstrap, there is a [validationState ](https://react-bootstrap.github.io/components.html#forms) property to set 'error', but it's on the element's parent component,...

Can you make and add a link to a HTML demo page like https://github.com/davezuko/react-reformed has?

I'm building a multi step form and i'm having a bit of trouble understanding how to get this to work with nested form field sections. Example: [Form Container](https://github.com/unuigbee/simple-form/blob/form-validation/client/containers/FormContainer.js)

enhancement

Currently if the field hasn't been touched, it seems it doesn't show the error. Can we have a setting where the errors are shown up whenever a user submits the...

enhancement