-
Using can.map.validations causes an error.
it uses the variable "errors" and so i can't use this variable anymore in my template
also accessing the error method in map.validations is not possible
he…
pYr0x updated
8 years ago
-
@ansman
http://cdnjs.cloudflare.com/ajax/libs/validate.js/0.8.0/validate.js
The top comment:
``` javascript
// Validate.js 0.7.1
// (c) 2013-2015 Nicklas Ansman, 2013 Wrapp
// Valida…
-
I am sort of new to nodejs.. I tried installing this package both global and local and none of them work. So I ended up copying the js file in your /dist folder in github and require it to get it wor…
-
Is it intended behaviour that custom validators return only strings? I have written a slightly more complex validator, which checks whether date ranges do overlap or not. In order to provide meaningfu…
-
I'm using angular, which when using input[date] forces the ng-model to be a Date() object.
AFAIK, validatejs expects the target object to be a "string date".
Wouldn't be nice to make validatejs a lit…
-
Thanks Travis for the library,
Is it compatible with ScalaJS?
omidb updated
9 years ago
-
You seem to have a great project going on and it would be nice to have a description of what it can do if possible :)
Is it currently in a working state? Can the library be used in my projects as wel…
-
When using validatejs , if the validate ( value or constraints ) contains ". " character which will not validate properly.For Example ,
values = {
basic.commandName: "",
…
-
I'm researching Joi alternatives and found this lib. I like the crossplatform aim you set for this project (Joi sucks for frontend having 2+Mib). Unfortunately there is little meaning in validation wi…
-
Was wondering if you've considered integrations with [http://www.js-data.io/](http://www.js-data.io/) which is a powerful library for data modeling.
I believe the [schema defined by jsData](http://w…