Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set empty field to blank string before validation
Addresses bug where validation fails on non-required fields that are not present in the data. By initializing missing fields to an empty string, validation rules like min, max, size, etc. can be properly applied without triggering an error due to an undefined index. Fixes #124
- Loading branch information