react-joi-forms
react-joi-forms copied to clipboard
A Lib for form creation and validation, use in conjunction with Joi
Hello, I'm trying to run your example, but I'm getting a plethora of errors. What I do is ```bash git clone "thisRepoUrl" cd react-joi-forms npm i npm run example ```...
@mattapperson @Georgette any plans for 2.1.4 release with the tag fix #1 included?
I would like to know more about why we only revalidate when an error exists? I forked the project and removed those checks, it now validates on every change: https://github.com/icodeforlove/react-joi-forms/commit/77918a7d078236d417aef1ad4b1186e92ab94208...
The concept here is extremely elegant. But it seems like it may be incompatible with react v15, i am getting the following error: `Input elements should not switch from uncontrolled...