Open
Description
Enhancement
As a user/developer, when I set a default value for an 'array' type schema then the array should be populated with those values to begin with, just like with other types ('string', 'number', etc)
Actual behaviour
value of the 'default' key is ignored for arrays
further if I set the 'startEmpty' option to true, then the array defaults are in fact used but they render all wonky (model is fine, but the rendered form elements are empty until you click on them)
@json-schema-form/angular-schema-form-lead