react-form-validation
react-form-validation copied to clipboard
Form Validation for React using render props
Right know to get the object from errors classes we need to use this code ```javascript error = errors.get("email") ``` it will be great if we can fetch the error...
Right know whenever onSubmit is called we only return `e` event of the form and `valid` flag to tell whether the validation is succeeded or not. I think it will...
Right know users can only use our built in rule to validate our input, it will be cool if their can use their own validation rules to use within our...
Make use of CI is very helpful way to automate our workflow when we relase our new feature