react-material-ui-form-validator icon indicating copy to clipboard operation
react-material-ui-form-validator copied to clipboard

Simple validator for forms designed with material-ui components.

Results 16 react-material-ui-form-validator issues
Sort by recently updated
recently updated
newest added

When i try to use the following code from Readme, i get the following error: 1. ``` useEffect(() => { ValidatorForm.addValidationRule("isPasswordMatch", (value) => { if (value !== state.password) { return...

Looks nice and simple but I can't get it to work for weird reasons... I think it's an issue with typescript. Also an example for functional components would be much...

Hello there, The issue we are encountering is that the component will not accept MenuProps={{disableScrollLock: true}} attribute. This means that when the select is opened, the page shifts to the...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Only verify first number when put another one, appear validation error. Note: Is my first and very little contribution to open source, sorry if somthing is wrong. ;D

Hi guys, I am using SelectValidator component of react-material-ui-form-validator for selecting one choice from the suggested dropdown of choices. but when i clicked on the component the suggestion pop-up is...

react-material-ui-form-validator v3.0.1, working fine with material ui 5 /react 18, just i have a problem when running test with vitestv1.3.1/react testing library v14 in component that have the validator (removing...

its giving me error as I am using mui v5 instead of mui v4 ``` ./node_modules/react-material-ui-form-validator/lib/TextValidator.js Module not found: Can't resolve '@material-ui/core/TextField' in '/home/softtik/admin-meta-mart/node_modules/react-material-ui-form-validator/lib' ```

![image-20230713-114150](https://github.com/NewOldMax/react-material-ui-form-validator/assets/64503320/66495c0e-269d-4eb7-94b3-cf732cebf687)

I need the password value not show in the dom in the element inspector . If I assign undefined I can't make the function ValidatorForm.addValidationRule('anyRule', (value: string) => { ......