issues Search Results · repo:tmpfs/async-validate language:JavaScript
Filter by
55 results
(76 ms)55 results
intmpfs/async-validate (press backspace or delete to remove)1:data validor rule is required by number ,input is have data but validator is not through. 2:datav validor rule is
required by data,input is hava data but valitor tip is have but validator through.
WuYuansen
- 1
- Opened on Dec 13, 2019
- #65
after invoke some times. the type: [ string , object ] -- `type: [ string ].
jeff0905
- 5
- Opened on Oct 6, 2018
- #64
Using the following description throws and unexpected error:
{
type : object ,
fields : {
testKey : {
type : object ,
required : true,
fields : {
anotherTest ...
rahpuser
- 5
- Opened on Sep 4, 2017
- #63
Noticed this when I validated an e-mail address that has the .restaurant TLD. According to RFC1034, a TLD can be 63
octets long.
jp1987
- 1
- Opened on Oct 26, 2016
- #62
I am trying to validate a token against a user account, fetched by email.
const descriptor = {
type: object ,
fields: {
email: {
type: string ,
...
realprabs
- 6
- Opened on Jun 26, 2016
- #61
Please correct me if I m wrong, documentation is not clear for me on a specific point. I tried to apply your example to
override all error messages by custom messages.
So, here is your example :
var ...
ersefuril
- 2
- Opened on Apr 6, 2016
- #60
I ve just followed your example to override default error messages :
var Schema = require( async-validate );
var descriptor = {
type: object ,
fields: {
product:{type: string , required: ...
ersefuril
- 21
- Opened on Mar 30, 2016
- #59
empty string should be raised when rules include required,in utils.js ,function required should be
if (!this.isRoot() this.rule.required (!this.source.hasOwnProperty(this.field) || this.value === undefined ...
lcygithub
- 1
- Opened on Jan 16, 2016
- #58
The resolve function does not appear to be getting called with:
var mixed = {
type: array ,
values: {
type: object ,
resolve: resolve
}
}
Possible bug with iterating arrays ...
bug
tmpfs
- 1
- Opened on Jan 12, 2016
- #57

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.