question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support 'foreach'

See original GitHub issue

Desired:

this.validation = validation.on(this)
  .ensure('orderItems')
    .minLength(1)
  .ensureForEach('orderItems')
    .ensure('qty')
       .minimumValue(1);
```  .

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:35 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
EisenbergEffectcommented, May 21, 2015

If you install the ZenHub chrome extension, you can +1 anything you want.

On Thu, May 21, 2015 at 4:06 PM, Jan Van der Haegen < notifications@github.com> wrote:

Github needs a ‘like’ button 😃

— Reply to this email directly or view it on GitHub https://github.com/aurelia/validation/issues/10#issuecomment-104405895.

Rob Eisenberg, President - Blue Spire www.durandaljs.com

0reactions
plwalterscommented, May 5, 2016

Thanks for submitting this / commenting on this. At this time we are closing this because we have completely re-written and are deprecating the previous feature set. If you feel this should be re-opened please feel free to review this blog post and submit either again on this repository, or on the new validatejs bridge repository

Thanks again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

"forEach" | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >
Array.prototype.forEach() - JavaScript - MDN Web Docs
The forEach() method is an iterative method. It calls a provided callbackFn function once for each element in an array in ascending-index ...
Read more >
javascript - Which web browsers natively support Array.forEach()
forEach is now supported by around 70% of desktop browsers. Obviously, this figure varies considerably, depending on territory and other factors -- some...
Read more >
JavaScript Array forEach() Method - W3Schools
The forEach() method calls a function for each element in an array. The forEach() method is not executed for empty elements.
Read more >
Iteration statements -for, foreach, do, and while - Microsoft Learn
The foreach statement: enumerates the elements of a collection and executes its body for each element of the collection.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found