-
-
Notifications
You must be signed in to change notification settings - Fork 46
Adjust "skipOnEmpty" #132
Copy link
Copy link
Closed
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.status:under developmentSomeone is working on a pull request.Someone is working on a pull request.
Milestone
Metadata
Metadata
Assignees
Labels
status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.status:under developmentSomeone is working on a pull request.Someone is working on a pull request.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Empty values always should be validate when rule using separately. For example,
(new Number())->validate('')->isValid()should returnfalse.Validate or not validate value should be decided not at rule level, but above (maybe validator or form).
Check on empty can be differenet in cases. For example,
nullis empty, but empty string''is not empty.