-
Take the following code snippet:
``` javascript
...
.ensure('password')
.isNotEmpty()
.hasLengthBetween(8, 16)
.isStrongPassword()
.ensure('passwordConfirm', (config) => { config.computed…
-
It should be very easy to reproduce:
``` html
Password
```
If I remove `if.bind` it starts working
-
How do we provide custom error messages on a per-field basis? This is particularly important for rules such as @format
Also, any custom message rule should inject the current options and value.
In tre…
-
UI views:
- [ ] Login/Welcome
- [ ] Cook
- [ ] Cooking
- [ ] Eat
- [ ] Meal detail
- [ ] Eating
- [ ] Profile
- [ ] Ratings dialog
-
I raised this against the original aurelia validation lib: (no point repeating the waffle)
https://github.com/aurelia/validation/issues/100
Still think it is applicable when you have complex models …
-
I'd like to validate an object of booleans. I want to prevent my users from sending custom requests to the server containing any other type than booleans.
I haven't found a suitable validator. Does v…
-
Is there a simple way to do repeat-inside through children like [some angular plugins](https://github.com/bigblind/angular-repeat-inside) does?
Ex.:
``` html
{{word}}
{{definition}}
```
heldr updated
8 years ago
-
I've just installed npm install validator.js and here is what it happens when require it.
Full log:
```
WARNING in ./~/validate.js/validate.js
Critical dependencies:
456:13-20 require function is us…
-
Currently the resources are distributed with the package in separate files, then the chosen resource is loaded on demand.
This leads to a rippling effect of using promises in the entire application (…
-
Hi Giulio!
I wrote a big article / proposition about validation here:
https://github.com/ansman/validate.js/issues/50
I think it should be interesting to you as well because Tcomb-validation has a l…