Danyil Moroz
Danyil Moroz
Unfortunately, `RemoveIsOptional ` from example above doesn't work correctly. I've been using it for some time when i realized that it totally removes IsOptional event form parent class, so ```ts...
Digging deeper i found next solution for my use case, maybe it still would be useful for others. Insipred by https://github.com/typestack/class-validator/issues/164#issuecomment-369874196 setupOptionalValidators.ts ```ts import { getMetadataStorage } from 'class-validator'; import...
Hi! Are there any updates? This one is really very important functionality ...