-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
Milestone
Description
Hi,
If I get the code correct each is not supported for custom validation classes, isnt it?
For example:
class Foo {
@Validate(MyValidationConstraint, { each: true })
bars: Array<Bar>
}If I call validate on an instance of Foo my validate function gets an array passed.
Is this intended? I wonder because the type signatue of @Validate allows me to set each to true.
Thanks!
tstavinoha, syarhei, linker-err0r, zd333 and TrejGun
Metadata
Metadata
Assignees
Labels
No labels