Post-morph constraints not checked if constraints not met on another property
If I have:
If I then try:
I will get an error for name, but not for age.
If I instead try
Then I now get an error about age being <18, now that the 'name' check has passed.
Is this by design?
If I then try:
I will get an error for name, but not for age.
If I instead try
Then I now get an error about age being <18, now that the 'name' check has passed.
Is this by design?