You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a property that is defined as required in the schema, is absent from the form (and model), the model should fail validation
Actual behaviour
The model passes validation
Gist/Plunker/Demo
This demo modifies the simple example by adding a required name2 property to the schema. Notice that validation passes, even though neither the form nor the model contain this property.