Open
Description
Expected behaviour
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.
@json-schema-form/angular-schema-form-lead