simple-react-validator icon indicating copy to clipboard operation
simple-react-validator copied to clipboard

A simple react form validator inspired by Laravel validation.

Results 27 simple-react-validator issues
Sort by recently updated
recently updated
newest added

Hi, this is finding simple validation, but while hitting the submit button the input box is not showing red color ![image](https://user-images.githubusercontent.com/14997781/62683526-50bcb980-b9dc-11e9-911d-9f576348c88e.png) anyone can help me how to write condition red...

There is no built in validation rule to validate both date and time. eg: If I use _after: 05/08/2020_ 12:00 AM it'll condider the date only.

Getting below error after import: (17,4): An index signature parameter type cannot be a type alias. Consider writing '[key: string]: { message: string; rule: (val: any, params?: any) => boolean;...

``` ERROR in node_modules/simple-react-validator/src/index.d.ts(52,13): TS2713: Cannot access 'IOptions.messages' because 'IOptions' is a type, but not a namespace. Did you mean to retrieve the type of the property 'messages' in 'IOptions'...

"Date validators require using momentjs and moment objects." The validation gives that error whenever I try to validate a YYYY-MM-DD date. I am using an input type of "date" and...

Syntactic bugs. Changed attribut to attribute.

When I try to use locale which the library supports, the locale is not working for example for English I got the proper message. "The username field is required." but...

Bumps [camelcase](https://github.com/sindresorhus/camelcase) from 6.3.0 to 7.0.0. Release notes Sourced from camelcase's releases. v7.0.0 Breaking Require Node.js 14 1d2e9e1 This package is now pure ESM. Please read this. Improvements A separator...

dependencies