-
Notifications
You must be signed in to change notification settings - Fork 0
Open
@tomislav12
Description
How to make optional rule for some field?
Example pseudo rules:
"name" "new NotNull()","new Alphanumeric()"
"icon_url" optional (can be empty string ie "") but if present, then validate with "new Alphanumeric()"
I think new Custom() would not help so much, because it would fail at other rule.
Thank you
Metadata
Metadata
Assignees
Labels
No labels