resolvers
resolvers copied to clipboard
When using `classValidatorResolver`, combining `@IsOptional()` with `@Length()` makes the field required
Describe the bug
When using classValidatorResolver, combining @IsOptional() with @Length() makes the field required
To Reproduce codesandbox.io
Expected behavior
I expect @IsOptional() to mark the field as not required, though I feel like i am missing a setting of sorts