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

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13. Release notes Sourced from @​babel/core's releases. v7.18.13 (2022-08-22) Thanks @​djpohly for your first PR! :bug: Bug Fix babel-generator #14869 fix: jsx with retainLines (@​liuxingbaoyu)...

dependencies

`simple-react-validator `accepts this email id pattern **[email protected]** as a valid one, but actually, it is wrong. Could you please fix this?

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

validator.current.allValid(); function only validatting at max 2 fields and displays true despite having errors on many other fields.

I am trying to use is in the functional component using React Hooks but its now showing up the validation message on UI My React version is below "react": "^16.8.6",...

My attempt at bringing in async validation rules(#40). Main ideas: - Refactor `message` method into two new methods: `validate` does the validation, `message` does the rendering - Validations are handled...

> @sachin8094 Did you try to validate your input in the onBlur event? It works for me. > > ```js > const [address, setAddress] = useState() > const simpleValidator =...

I defined 'this.validator = new SimpleReactValidator({locale: 'tr'});' in constructor after 'super (props);'. But I could not work it. Why Could not I set Locale? Thanks, Kaan

When I tried to improve performance by separating a field and add React.memo, the error messages stopped showing altogether. Is there a way to make the error messages show even...

Does this work with react-hook . If so would u please change the documentation to reflect react hook version.