fix: @IsMobilePhone(locale: string) missing strict mode and documentation #576
Labels
status: done/released
Issue has been completed, no further action is needed.
type: fix
Issues describing a broken feature.
Checking validatorjs documentation i can use @IsMobilePhone decorator with any as locale and strictMode enabled.
However in class-validator i can only set locale and none strictMode.
Moreover the documentation for this decorator is missing some part from validatorjs docs(any and strictMode):
validatorjs docs:
class-validator docs:
Is possible to fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered: