-
According to [Laravel's Validator](https://github.com/laravel/framework/blob/5.1/src/Illuminate/Validation/Validator.php#L143),
"between" isn't a numeric rule. Treating it as numeric will break pairin…
-
bower.json in master specifies a version of 2.0.5. However, trying to install this gives the following result:
```
#bower install validatorjs#2.0.5
bower validatorjs#2.0.5 not-cached git://githu…
-
https://github.com/TheChech/react-validatorjs-strategy
Uses the [validatorjs](https://github.com/skaterdav85/validatorjs) library, which is a lot leaner than Joi.
-
It would be great if i could define nested rules for nested objects
``` js
const rules = {
firstname: 'required',
lastname: 'required',
email: 'required|email',
emailConfirm: 'require…
-
Similar to another numeric issue, but this is different... (using version 2.0.2)
```
var Validator = require('validatorjs');
var v = new Validator({ amount: '123000.45' }, { amount: 'required|numeri…
-
Now that `browser` points to `./dist/strategy.js` I am able to build and uglify the bundle.
However, I get the following error:
`Uncaught ReferenceError: Validator is not defined`
You can see the ge…
-
``` javascript
var Validator = require('validatorjs');
var validator = new Validator(
{
name: 'Valid name',
email: 'not-an-email-address',
confirm_email: 'also-invalid'
…
-
Remote requests fire even if previous validations in the chain fail, e.g. in
`rules: 'required|email|username_available'`
even if `email` fails,`username_available` fires a request to server anyway, w…
-
If 'first' is used as the name attribute like:
``
Dominar gets confused and we crash in line 815
```
validate.reject(this.validator.errors.first(name));
```
with 'first' as the name, errors becomes …
-
Hi @guillaumepotier,
Looks like your GitHub pages custom domain is misconfigured. Take a look: http://validatorjs.org/