TibTib
TibTib
Can you try to remove the `required:true`on `confirmPassword` ?
Hi @ridhofh ! The validate methods doesn't return a promise. This is synchronous operation.
Sorry for the delay, you just have to extend ValidationComponent to your custom React Component and call : this.validate() in your click handler. The validate methods will populate some validation...
Hi, could we see the `validationRules`object please ?
Hi, for functional component or class based ?
This worked fine for me, I'm going to submit a new PR with a test suite for `functional component`. Did you add your field to the `state` property of the...
How do you trigger the validate method ? On a button click ?
I'm going to publish a new npm release tomorow ! Thx guys 👍
> @perscrew is it worth using above PR ? If Yes Please merge it This library has been completely rewritten in typescript. I prefer to work on https://github.com/perscrew/react-simple-form-validator and start...
Hi, I have the same problem as [ian-hutchinson](https://github.com/ian-hutchinson), the `NEXT_TRANSLATE_PATH` is not respected correctly inside nx dev. My workaround to make it works is to update my environment variable like...