react-inform icon indicating copy to clipboard operation
react-inform copied to clipboard

Simple controlled forms with validations in react

Results 3 react-inform issues
Sort by recently updated
recently updated
newest added

I'm looking for a way to validate each fields individually like onChange I could check if the the input is valid or on blur of a certain field it would...

I just read README and this library looks promising, but looking at examples I'm worried that working with selects (especially with multiple values), multiple checkboxes or radios may be difficult....

Currently, react-inform has `forceValidate()` which exposes snapshot of errors to the props. We found ourselves in a situation when we need to get full list of current errors synchronously. Do...